From: Nikita Popov Date: Thu, 9 Mar 2017 16:31:52 +0000 (+0100) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.4RC1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89 diff --cc NEWS index 79b25407eb,a5fdf55916..08ec7bb101 --- a/NEWS +++ b/NEWS @@@ -12,17 -9,17 +12,21 @@@ PH . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*). (somedaysummer) -- OpenSSL: - . Fixed bug #74159 (Writing a large buffer to a non-blocking encrypted stream - fails with "bad write retry"). (trowski) - + - PDO MySQL: + . Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO + interface). (Thomas Orozco) + -16 Mar 2017 PHP 7.0.17 +- SPL: + . Fixed bug #74058 (ArrayObject can not notice changes). (Andrew Nester) + +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)