This commit is contained in:
Rob Richards 2007-07-31 15:41:31 +00:00
parent e0a2d149f5
commit 10fabe9092

2
NEWS
View File

@ -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)