com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/pdo_mysq l.c ext/pdo_mysql/php_pdo_mysql_int.h
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89 Author: Nikita Popov <[email protected]> Thu, 9 Mar 2017 17:31:52 +0100 Parents: 6635639b754b25196c33f343f6a1f75b1d2e2321 247ce052cd0fc7d0d8ea1a0e7ea2075e9601766a Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM ext/pdo_mysql/mysql_driver.c MM ext/pdo_mysql/pdo_mysql.c MM ext/pdo_mysql/php_pdo_mysql_int.h Diff: diff --cc NEWS index 79b2540,a5fdf55..08ec7bb --- 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)