com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS Zend/zend_portability.h
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9ca43b873a6ad8426794262de261a1764a933cfa Author: Nikita Popov <[email protected]> Thu, 16 Feb 2017 17:35:52 +0100 Parents: 976225ef23c88e519f840e714d30308c6eff463c 61e59db99d29cd028336b66884b3a8e69b46cf71 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9ca43b873a6ad8426794262de261a1764a933cfa Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM Zend/zend_portability.h Diff: diff --cc NEWS index f94927f,4c73dbf..60d961e --- a/NEWS +++ b/NEWS @@@ -13,6 -11,9 +13,8 @@@ PH . Fixed bug #73998 (array_key_exists fails on arrays created by get_object_vars). (mhagstrand) . Fixed bug #73954 (NAN check fails on Alpine Linux with musl). (Andrea) - . Fixed bug #74039 (is_infinite(-INF) returns false). (Christian Schmidt) + . Fixed bug #73677 (Generating phar.phar core dump with gcc ASAN enabled + build). (ondrej) - Apache: . Fixed bug #61471 (Incomplete POST does not timeout but is passed to PHP).