changelog Sun Jan 27 01:31:30 2008 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2939&r2=1.2940&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2939 php-src/ChangeLog:1.2940 --- php-src/ChangeLog:1.2939 Sat Jan 26 01:31:34 2008 +++ php-src/ChangeLog Sun Jan 27 01:31:29 2008 @@ -1,3 +1,38 @@ +2008-01-26 Etienne Kneuss <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_5_3)