]> granicus.if.org Git - php/commitdiff
moved from 5.3
authorArnaud Le Blanc <lbarnaud@php.net>
Thu, 14 May 2009 19:04:14 +0000 (19:04 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Thu, 14 May 2009 19:04:14 +0000 (19:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a153c62bf9bbdef2eef510ce245a8075c0b529e5..87a5b7304a5374681625e7794f35c1b5096fafb2 100644 (file)
--- 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)