com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS Zend/zend_alloc.c
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 305f3c2b7602f84854154a9d878ec5174d5e88ec Author: Nikita Popov <[email protected]> Thu, 9 Mar 2017 20:48:14 +0100 Parents: 314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89 177f87cf052179d22bab008aa13c69d4b0cdc0ef Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=305f3c2b7602f84854154a9d878ec5174d5e88ec Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM Zend/zend_alloc.c Diff: diff --cc NEWS index 08ec7bb,820d908..66a5f58 --- a/NEWS +++ b/NEWS @@@ -1,9 -1,10 +1,11 @@@ 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) - Date: . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)