From: Rob Richards Date: Thu, 18 Nov 2004 20:17:08 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.3RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d3bd0f4f7d91ef85f054f91dd9ce5bbdbc084b8;p=php BFN --- diff --git a/NEWS b/NEWS index d7ef39c28f..53e5ec29c1 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,7 @@ PHP NEWS - Fixed bug #30175 (SOAP results aren't parsed correctly). (Dmitry) - Fixed bug #30147 (OO sqlite_fetch_object did not reset error handler). (Wez) - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin) +- Fixed bug #30061 (xml_set_start_namespace_decl_handler not called). (Rob) - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez) - Fixed bug #30042 (strtotime does not use second param). (Derick) - Fixed bug #30027 (Possible crash inside ftp_get()).