From: Nikita Popov Date: Tue, 1 Mar 2016 22:32:24 +0000 (+0100) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.5RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dea2e1bc64bb7081a487b0862d6393e9592e08cc;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- dea2e1bc64bb7081a487b0862d6393e9592e08cc diff --cc NEWS index ae0b4d709b,5d372449ad..5182422edd --- a/NEWS +++ b/NEWS @@@ -1,22 -1,14 +1,25 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016, PHP 5.6.20 +?? ??? 2016 PHP 7.0.5 - Core: + . Fixed bug #71695 (Global variables are reserved before execution). + (Laruence) + . Fixed bug #71629 (Out-of-bounds access in php_url_decode in context + php_stream_url_wrap_rfc2397). (mt at debian dot org) + . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to + invoke C::$callable()). (Bob) . Fixed bug #71596 (Segmentation fault on ZTS with date function (setlocale)). (Anatol) + . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry) + . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita) + - Curl: + . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw) + +- libxml: + . Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol) + - ODBC: . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only for the first two statements). (einavitamar at gmail dot com, Anatol)