summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-08-15 22:48:07 +0000
committerRob Richards <rrichards@php.net>2006-08-15 22:48:07 +0000
commit7ded15aadd15b3522de9689018ba5ba269419da0 (patch)
tree449c4a3707fc5f378688a550e8433c6b7dabd6cb
parentadf10989b09c824d4a99eec936105154cfdfb0eb (diff)
downloadphp-git-7ded15aadd15b3522de9689018ba5ba269419da0.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 49954b00ac..1bd9c83528 100644
--- a/NEWS
+++ b/NEWS
@@ -42,11 +42,14 @@ PHP NEWS
- Fixed bug #38467 (--enable-versioning causes make fail on OS X). (Tony)
- Fixed bug #38461 (setting private attribute with __set() produces
segfault). (Tony)
+- Fixed bug #38454 (warning upon disabling handler via
+ xml_set_element_handler). (dtorop933 at gmail dot com, Rob)
- Fixed bug #38451 (PDO_MYSQL doesn't compile on Solaris). (Tony)
- Fixed bug #38450 (constructor is not called for classes used in userspace
stream wrappers). (Tony)
- Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia)
- Fixed bug #38431 (xmlrpc_get_type() crashes PHP on objects). (Tony)
+- Fixed bug #38427 (unicode causes xml_parser to misbehave). (Rob)
- Fixed bug #38424 (Different attribute assignment if new or existing). (Rob)
- Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution). (Ilia)