From: Anatol Belski Date: Thu, 17 Mar 2016 18:04:56 +0000 (+0100) Subject: fix and update NEWS X-Git-Tag: php-7.0.6RC1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28b6f0232b2e6a298f5a71e523718f0c85e7a7f2;p=php fix and update NEWS --- diff --git a/NEWS b/NEWS index 5329582dad..4ce40fbcd7 100644 --- a/NEWS +++ b/NEWS @@ -5,10 +5,17 @@ PHP NEWS - Core: . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence) +- ODBC: + . Fixed bug #63171 (Script hangs after max_execution_time). (Remi) + - Opcache: . Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER). (Laruence) +- Postgres: + . Fixed bug #71820 (pg_fetch_object binds parameters before + call constructor). (Anatol) + - Standard: . Fixed bug #71837 (Wrong arrays behaviour). (Laruence) . Fixed bug #71840 (Unserialize accepts wrongly data). (Ryat, Laruence)