com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS
[email protected] (Sara Golemon)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 7cb3e90162d4e1ea57f52e354686ad56effc1b93 Author: Sara Golemon <[email protected]> Thu, 9 Mar 2017 11:56:54 -0800 Parents: 305f3c2b7602f84854154a9d878ec5174d5e88ec 9b16d4c9990af9b3e5c0988968768fbc0e4a58af Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7cb3e90162d4e1ea57f52e354686ad56effc1b93 Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Add NEWS entry for bab0b99f Changed paths: MM NEWS Diff: diff --cc NEWS index 66a5f58,4858962..bb2f13f --- a/NEWS +++ b/NEWS @@@ -18,17 -21,12 +18,20 @@@ PH . Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO interface). (Thomas Orozco) +- SPL: + . Fixed bug #74058 (ArrayObject can not notice changes). (Andrew Nester) + + . Streams: + . Fixed bug #74216 (Correctly fail on invalid IP address ports). (Sara) + -16 Mar 2017 PHP 7.0.17 +16 Mar 2017, PHP 7.1.3 - Core: + . Fixed bug #74157 (Segfault with nested generators). (Laruence) + . Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to + typehinted by-ref arg). (Laruence) + . Fixed bug #74093 (Maximum execution time of n+2 seconds exceed not written + in error_log). (Laruence) . Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite). (Dmitry, Laruence) . Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)