com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS configure.in ext/standard/config.m4
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f2c35fdda809ef1e4d0151e2564422ec3be319a0 Author: Nikita Popov <[email protected]> Fri, 17 Mar 2017 20:20:17 +0100 Parents: ebc75dab5052cb23e759626cc839448fecc9563b 2e8308260513015dbf80ff0239eca79dbca4f36e Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f2c35fdda809ef1e4d0151e2564422ec3be319a0 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM configure.in MM ext/standard/config.m4 Diff: diff --cc NEWS index a6e58aa,f2f392c..dc8831b --- a/NEWS +++ b/NEWS @@@ -8,8 -7,8 +8,10 @@@ PH USE_ZEND_ALLOC=0). (Nikita) . Fixed bug #73960 (Leak with instance method calling static method with referenced return). (Nikita) + . Fixed bug #69676 (Resolution of self::FOO in class constants not correct). + (Nikita) + . Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference + to `isfinite'). (Nikita) - Date: . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)