com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS Zend/zend_execute.h
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 280e8dafe472e6789fdcfebd3dade4c0705b0134 Author: Nikita Popov <[email protected]> Fri, 10 Mar 2017 18:20:49 +0100 Parents: 9f263c257a4e5838d8766b833e468795b07e9183 29ee3e3c49bd3b32219f45ea4d4f1263c3021150 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=280e8dafe472e6789fdcfebd3dade4c0705b0134 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM Zend/zend_execute.h Diff: diff --cc NEWS index bb2f13f,b598d4d..6581516 --- a/NEWS +++ b/NEWS @@@ -1,11 -1,12 +1,13 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2017 PHP 7.0.18 +?? ??? 2017, PHP 7.1.4 - Core: + . Fixed bug #74149 (static embed SAPI linkage error). (krakjoe) . Fixed bug #73370 (falsely exits with "Out of Memory" when using USE_ZEND_ALLOC=0). (Nikita) + . Fixed bug #73960 (Leak with instance method calling static method with + referenced return). (Nikita) - Date: . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)