History log of /php-src/NEWS (Results 4426 – 4450 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c793885b 02-Jul-2018 Nikita Popov

Fixed bug #74670

Validate that "C" serialization payload is followed by "}" prior to
calling the unserialize() handler. This mitigates issues caused by
unserialize() not correctly ha

Fixed bug #74670

Validate that "C" serialization payload is followed by "}" prior to
calling the unserialize() handler. This mitigates issues caused by
unserialize() not correctly handling strings that are not NUL
terminated. Making sure that there is a "}" at the end avoids the
problem.

show more ...

# 30156d58 28-Jun-2018 Rudi Theunissen

Fixed bug #63217

Don't automatically convert literal string keys to integers on
array access, as we may be dealing with an ArrayAccess object,
rather than a plain array.

# d404b5e2 18-Jun-2018 Jakub Zelenka

Add ssl/tls streams options for min and max proto version

# ce0721be 01-Jul-2018 Jakub Zelenka

Update NEWS, UPGRADING and default php.ini files with syslog changes

# 1b61c3b2 30-Jun-2018 Christoph M. Becker

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix #76556: get_debug_info handler for BreakIterator shows wrong type


# ae163d9a 30-Jun-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #76556: get_debug_info handler for BreakIterator shows wrong type


# 1118fca7 30-Jun-2018 Christoph M. Becker

Fix #76556: get_debug_info handler for BreakIterator shows wrong type

We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrad

Fix #76556: get_debug_info handler for BreakIterator shows wrong type

We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrade[1].

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

show more ...

# abbc1e68 30-Jun-2018 Christoph M. Becker

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix #71848: getimagesize with $imageinfo returns false


# e2285eb5 30-Jun-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #71848: getimagesize with $imageinfo returns false


# ae041100 30-Jun-2018 Christoph M. Becker

Fix #71848: getimagesize with $imageinfo returns false

Some JFIF images contain empty APP segments, i.e. those which consist
only of the marker bytes and the length, but without actual c

Fix #71848: getimagesize with $imageinfo returns false

Some JFIF images contain empty APP segments, i.e. those which consist
only of the marker bytes and the length, but without actual content.
It appears to be doubtful to have empty APP segments, but we should
apply the robustness principle, and accept these, instead of simply
failing in this case.

We choose to add empty APP segments to $imageinfo with an empty string
as value, instead of NULL, or even to omit these segments altogether.

This patch also fixes the potential issue that php_stream_read() might
not read the supposed number of bytes, which could result in garbage to
be added to the read value.

show more ...

# 7a6dc296 29-Jun-2018 Anatol Belski

[ci skip] Update NEWS

# 15ad5d31 29-Jun-2018 Anatol Belski

[ci skip] Update NEWS

# fb09f134 29-Jun-2018 Anatol Belski

[ci skip] Update NEWS

# a7101415 28-Jun-2018 Nikita Popov

Merge branch 'PHP-7.2'


# 00c0d770 28-Jun-2018 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# bf5a802f 28-Jun-2018 Marcus Schwarz

Fixed bug #76532 (excessive memory usage in mb_strimwidth)

# a1ae9d5f 28-Jun-2018 Anatol Belski

[ci skip] Update NEWS

# f1c0500f 28-Jun-2018 Xinchen Hui

Update NEWS

# 809a7b5f 28-Jun-2018 Xinchen Hui

Update NEWS

# 1f6b842a 28-Jun-2018 Xinchen Hui

Fixed bug #76536 (PHP crashes with core dump when throwing exception in error handler). (Laruence)

# 9b02ee0b 27-Jun-2018 Nikita Popov

Fixed bug #76538

# 17afe643 27-Jun-2018 Nikita Popov

Fixed bug #76439

# a394e155 27-Jun-2018 Xinchen Hui

Update NEWS

# 7b98d056 27-Jun-2018 Xinchen Hui

Update NEWS

# d1b1866a 27-Jun-2018 Xinchen Hui

Fixed bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)

1...<<171172173174175176177178179180>>...619