summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-11-18 20:17:08 +0000
committerRob Richards <rrichards@php.net>2004-11-18 20:17:08 +0000
commit8d3bd0f4f7d91ef85f054f91dd9ce5bbdbc084b8 (patch)
tree64757aed37b99e3884b54e7dac68bb44d3a98cc0
parent40d830935416ca1b4c9d67a0d681d7095a4d7664 (diff)
downloadphp-git-8d3bd0f4f7d91ef85f054f91dd9ce5bbdbc084b8.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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()).