summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-07-31 15:41:31 +0000
committerRob Richards <rrichards@php.net>2007-07-31 15:41:31 +0000
commit10fabe9092ca7f2543fdeddb9a46fabdf3fc8014 (patch)
treeb90549d00ebdf0cfed64d6505eca1a92fcebb983
parente0a2d149f5304b39c6499ddb5d4547284bd68138 (diff)
downloadphp-git-10fabe9092ca7f2543fdeddb9a46fabdf3fc8014.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 054d8cc093..d9bbd4807d 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,8 @@ PHP NEWS
years -0001 to -0999). (Derick)
- Fixed bug #41842 (Cannot create years < 0100 & negative years with
date_create or new DateTime). (Derick)
+- Fixed bug #41833 (addChild() on a non-existent node, no node created,
+ getName() segfaults). (Rob)
- Fixed bug #41815 (Concurrent read/write fails when EOF is reached). (Sascha)
- Fixed bug #41813 (segmentation fault when using string offset as an object).
(judas dot iscariote at gmail dot com, Tony)