History log of /PHP-7.2/NEWS (Results 151 – 175 of 10718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 887a7b57 02-Apr-2019 Stanislav Malyshev

Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF


# c684d32f 01-Apr-2019 Stanislav Malyshev

Update NEWS


# 88460c01 31-Mar-2019 Christoph M. Becker

Fix #77827: preg_match does not ignore \r in regex flags


# 7af270eb 27-Mar-2019 Joe Watkins

Fix #77805 phpdbg build fails when readline is shared


# 7df8e4fc 26-Mar-2019 Joe Watkins

Fix #77800 phpdbg segfaults on conditional breakpoints


# 72a2ab39 25-Mar-2019 Peter Kokot

[ci skip] Update NEWS


# ec2ecb7e 19-Mar-2019 Vlad Temian

Fix bug #77680: Correctly implement recursive mkdir on FTP stream

If the root directory was missing, an extra CWD without arguments was
made. Also, the MKD contained an empty string.

Fix bug #77680: Correctly implement recursive mkdir on FTP stream

If the root directory was missing, an extra CWD without arguments was
made. Also, the MKD contained an empty string.

Now the CWD will use / and MKDs will be issued starting from the root
directory.

show more ...


# 85095dfd 25-Mar-2019 Nikita Popov

Fixed bug #72175

Make sure we don't close the connection we're trying to reuse...


# b8b88093 19-Mar-2019 Alessandro Chitolina

fix bug #76801: phpdbg too many open files error


# da35fa2c 22-Mar-2019 Nikita Popov

Fixed bug #77772


# a785ccd2 20-Mar-2019 Remi Collet

NEWS


# 963428a7 19-Mar-2019 Sara Golemon

Bump versions for 7.2.18


# fe2885d8 18-Mar-2019 Vlad Temian

Fixed bug #77765

Set mode 40755 for directories, via FTP stream stat.

Because we already manage to CWD into the current directory,
we should set 40755 as mode, instead of 40644.


# 09e52232 18-Mar-2019 Miriam Lauter

Fix #77767: phpdbg break command help message shows incorrect aliases

Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the

Fix #77767: phpdbg break command help message shows incorrect aliases

Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the aliases
to be @ and ~ respectively.

show more ...


# 41bc51ce 18-Mar-2019 Christoph M. Becker

Fix #77578: Crash when php unload

Since we're putting `ITypeLib *`s into the hash, we're getting
`ITypeLib *`s back, not `ITypeLib **`s.


# 54bf8c82 18-Mar-2019 Nikita Popov

Fixed bug #77743


# 6eb83a63 26-Feb-2019 Ignace Nyamagana Butera

Fixed bug #75113: Added DatePeriod::getRecurrences() method.


# e7d40afb 14-Mar-2019 Nikita Popov

Fixed bug #77742

By avoiding integer overflow in the implementation entirely. The
multiplication was already explicitly checked for overflow, so also
add a check for the addition and

Fixed bug #77742

By avoiding integer overflow in the implementation entirely. The
multiplication was already explicitly checked for overflow, so also
add a check for the addition and remove the overflow checks after
the calculation.

show more ...


# c7920aba 14-Mar-2019 Xinchen Hui

Fixed bug #77738 (Nullptr deref in zend_compile_expr)


# 58c25bf6 16-Dec-2018 bohwaz

SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws


# e93259bb 16-Dec-2018 bohwaz

SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws


# 1fd32e9c 11-Mar-2019 Nikita Popov

Fixed bug #76717

Print INT_MIN as -INT_MAX-1 to avoid it getting parsed as a float
literal due to integer overflow.


# 41fb0eaa 05-Mar-2019 Christoph M. Becker

Fix #77700: Writing truecolor images as GIF ignores interlace flag

We revert the interlace flag related part of commit ff2822a[1], since
contrary to the transparent color, the interlace

Fix #77700: Writing truecolor images as GIF ignores interlace flag

We revert the interlace flag related part of commit ff2822a[1], since
contrary to the transparent color, the interlace flag is not retained
by `gdImageCreatePaletteFromTrueColor()`. This also matches upstream
libgd.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=ff2822a82b740edb8ccf307f080bae188c200fb9>

show more ...


# b6308f5b 05-Mar-2019 Joe Watkins

fix news


# 58c5df3d 05-Mar-2019 Joe Watkins

bump versions after release


12345678910>>...429