From: Rob Richards Date: Tue, 10 Jul 2007 12:27:15 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.4RC1~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8383203a20c1b49289f764645af3836da90ecdd;p=php BFN --- diff --git a/NEWS b/NEWS index fb463ce0ed..c28cc4d89b 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ PHP NEWS - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory already exists). (Pierre) +- Fixed bug #41947 (SimpleXML incorrectly registers empty strings as + namespaces). (Rob) - Fixed bug #41919 (crash in string to array conversion). (judas dot iscariote at gmail dot com, Ilia) - Fixed bug #41908 (CFLAGS="-Os" ./configure --enable-debug fails).