From f0da4a380cb6b9d89f94930dba7a945051b3dd0c Mon Sep 17 00:00:00 2001 From: Date: Fri, 18 Jan 2008 01:31:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0bc5337dc7..f92b148db1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2008-01-17 Nuno Lopes + + * (PHP_5_3) + NEWS: + pcre 7.5 is in 5.2 branch as well + +2008-01-17 Greg Beaver + + * (PHP_5_2) + win32/build/confutils.js: + MFH: add errors when missing dependencies (Steph) + +2008-01-17 Derick Rethans + + * (PHP_5_3) + NEWS + ext/date/lib/tm2unixtime.c + ext/date/lib/tm2unixtime.c + ext/date/tests/bug41599.phpt: + - Fixed bug #41599 (setTime() fails after modify() is used). + + * ext/date/tests/bug41599.phpt + ext/date/tests/bug41599.phpt: + + - Fixed bug #41599 (setTime() fails after modify() is used). + + * (PHP_5_3) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/tests/bug43075.phpt: + - MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/tests/bug43075.phpt + ext/date/tests/bug43075.phpt: + - Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/tests/bug43808.phpt: + - MFH: Fixed bug #43808 (date_create never fails (even when it should)). + + * ext/date/php_date.c + ext/date/tests/bug43808.phpt + ext/date/tests/bug43808.phpt: + - Fixed bug #43808 (date_create never fails (even when it should)). + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/php_date.c + ext/date/tests/bug43003.phpt: + - Fixed bug #43003 (Invalid timezone reported for DateTime objects + constructed + using a timestamp). + + * ext/date/tests/bug43003.phpt + ext/date/tests/bug43003.phpt: + + - Fixed bug #43003 (Invalid timezone reported for DateTime objects + constructed + using a timestamp). + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/lib/parse_date.c + ext/date/tests/bug40743.phpt + ext/date/tests/bug42910.phpt + ext/date/tests/bug43527.phpt: + - MFH: Added support for abbreviation and offset based timezone specifiers + for + DateTime::getOffset() and DateTime::getName(). + - MFH: Fixed bug #43527 (DateTime created from a timestamp reports + environment + timezone). + - MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator + invalidates DateTimeZone). + + * ext/date/tests/bug40743.phpt + ext/date/tests/bug40743.phpt + ext/date/tests/bug42910.phpt + ext/date/tests/bug42910.phpt + ext/date/tests/bug43527.phpt + ext/date/tests/bug43527.phpt: + + - Added support for abbreviation and offset based timezone specifiers for + DateTime::getOffset() and DateTime::getName(). + - Fixed bug #43527 (DateTime created from a timestamp reports environment + timezone). + - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator + invalidates + DateTimeZone). + + * ext/date/php_date.c: + - Added support for abbreviation and offset based timezone specifiers for + DateTime::getOffset() and DateTime::getName(). + - Fixed bug #43527 (DateTime created from a timestamp reports environment + timezone). + - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator + invalidates + DateTimeZone). + +2008-01-17 Lukas Smith + + * README.MAILINGLIST_RULES: + - mention rfc 1855 + +2008-01-17 Ilia Alshanetsky + + * ext/standard/dns.c: + + MFB: Fixed bug #43871 (crash inside dns_get_record) + + * (PHP_5_3) + ext/standard/dns.c: + + Fixed bug #43871 (crash inside dns_get_record) + 2008-01-16 Ilia Alshanetsky * (PHP_5_2) -- 2.50.1