From: Arnaud Le Blanc Date: Thu, 14 May 2009 19:03:59 +0000 (+0000) Subject: moved to 5.2 X-Git-Tag: php-5.3.0RC3~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12d41f7a1f0d942534bccb396625ba09a45d8ac1;p=php moved to 5.2 --- diff --git a/NEWS b/NEWS index e6bf16bf21..5962a869f5 100644 --- a/NEWS +++ b/NEWS @@ -703,10 +703,6 @@ PHP NEWS - Fixed PECL bug #12794 (PDOStatement->nextRowset() doesn't work). (Johannes) - Fixed PECL bug #12401 (Add support for ATTR_FETCH_TABLE_NAMES). (Johannes) -- 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 #45571 (ReflectionClass::export() shows superclasses' private static methods). (robin_fernandes at uk dot ibm dot com) - Fixed bug #45430 (windows implementation of crypt is not thread safe).