diff options
author | Rob Richards <rrichards@php.net> | 2007-07-31 15:41:31 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2007-07-31 15:41:31 +0000 |
commit | 10fabe9092ca7f2543fdeddb9a46fabdf3fc8014 (patch) | |
tree | b90549d00ebdf0cfed64d6505eca1a92fcebb983 | |
parent | e0a2d149f5304b39c6499ddb5d4547284bd68138 (diff) | |
download | php-git-10fabe9092ca7f2543fdeddb9a46fabdf3fc8014.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |