From: Arnaud Le Blanc Date: Thu, 14 May 2009 19:04:14 +0000 (+0000) Subject: moved from 5.3 X-Git-Tag: php-5.2.10RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=996920a889e47e0ea2fbae61a2e320cffbcc6946;p=php moved from 5.3 --- diff --git a/NEWS b/NEWS index a153c62bf9..87a5b7304a 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,10 @@ PHP NEWS (Derick, Mike Sullivan) - Fixed bug #45799 (imagepng() crashes on empty image). (Martin McNickle, Takeshi Abe) +- Fixed bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject:: + ARRAY_AS_PROPS set). (robin_fernandes at uk dot ibm dot com, Arnaud) +- Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private + prop of wrapped object). (robin_fernandes at uk dot ibm dot com, Arnaud) - Fixed bug #45540 (stream_context_create creates bad http request). (Arnaud) - Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting logging timestamps). (Derick)