From: Date: Sun, 27 Jan 2008 01:31:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~769 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1144a43a13acecf4fb056787c85d9b4b3bea97b7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e0d39c9857..2cd38046bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2008-01-26 Etienne Kneuss + + * (PHP_5_3) + ext/spl/spl_dllist.c + ext/spl/tests/dllist_007.phpt: + MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueue + + * ext/spl/spl_dllist.c + ext/spl/tests/dllist_007.phpt + ext/spl/tests/dllist_007.phpt: + Iterator implementation for SplDoublyLinkedList, SplStack, SplQueue + +2008-01-26 Derick Rethans + + * (PHP_5_2) + NEWS + ext/date/php_date.c + ext/date/lib/parse_date.c + ext/date/lib/tm2unixtime.c + ext/date/tests/bug40743.phpt + ext/date/tests/bug41599.phpt + ext/date/tests/bug42910.phpt + ext/date/tests/bug43003.phpt + ext/date/tests/bug43527.phpt + ext/date/tests/bug43808.phpt: + - MFH Bugfixes: + - Fixed bug #43808 (date_create never fails (even when it should)). + - Fixed bug #43527 (DateTime created from a timestamp reports environment + timezone). + - Fixed bug #43003 (Invalid timezone reported for DateTime objects + constructed using a timestamp). + - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator + invalidates DateTimeZone). + - Fixed bug #41599 (setTime() fails after modify() is used). + 2008-01-25 Nuno Lopes * (PHP_5_3)