From: Nikita Popov Date: Fri, 22 Dec 2017 17:01:16 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.2RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74e3da5c8c1e91e851ccb401b3573deef6a801f2;p=php Merge branch 'PHP-7.1' into PHP-7.2 --- 74e3da5c8c1e91e851ccb401b3573deef6a801f2 diff --cc NEWS index c828413242,c7d75f1503..7a069511a0 --- a/NEWS +++ b/NEWS @@@ -30,11 -17,11 +30,15 @@@ PH . Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used). (Anton Artamonov) + - SPL: - . Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by ++ . Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by + reference). (Nikita) + -04 Jan 2018, PHP 7.1.13 +- Zip: + . Display headers (buildtime) and library (runtime) versions in phpinfo + (with libzip >= 1.3.1). (Remi) + +14 Dec 2017, PHP 7.2.1RC1 - Core: . Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)