com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/dom/document.c
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: bf8c463f5bcb32b83cd6252d7f8cfb171523f353 Author: Nikita Popov <[email protected]> Thu, 2 Mar 2017 12:36:04 +0100 Parents: a7ff583e7edf46ae3bcf350d7c362199e5a62311 fab5ce347c57827b86c658afdb33825cf095cb5e Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bf8c463f5bcb32b83cd6252d7f8cfb171523f353 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM ext/dom/document.c Diff: diff --cc NEWS index bf41d80,0aa1a01..3df1bdf --- a/NEWS +++ b/NEWS @@@ -1,17 -1,14 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2017 PHP 7.0.18 +?? ??? 2017, PHP 7.1.4 - + - DOM: + . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*). + (somedaysummer) -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)