Fix (#43559) merged into 5_2

This commit is contained in:
Felipe Pena 2008-02-27 02:10:40 +00:00
parent 57f73fa8fc
commit 95c95d741b

2
NEWS
View File

@ -122,8 +122,6 @@ PHP NEWS
- Fixed bug #43960 (strtotime() returns timestamp in the future when given a
bogus string).
- Fixed bug #43808 (date_create never fails (even when it should)). (Derick)
- Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with
duplicate NULL values). (Felipe, Tony)
- Fixed bug #43527 (DateTime created from a timestamp reports environment
timezone). (Derick)
- Fixed bug #43426 (crash on nested call_user_func() calls). (Dmitry)