From: Date: Mon, 4 May 2009 01:32:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3769 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b3e5327a875e26c63ffe5c9027442fe3281e9a7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c29e836f53..43543bcd0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2009-05-03 Pierre-Alain Joye + + * ext/curl/interface.c: + - #47966, cannot access curl info array without binary + To check: why add_assoc_ascii_string_ex fails while + add_assoc_ascii_string works + +2009-05-03 Derick Rethans + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/php_date.h: + - MFH: Added timezone_version_get() to retrieve the version of the used + timezone database. + + * ext/date/php_date.c + ext/date/php_date.h: + - Added timezone_version_get() to retrieve the version of the used timezone + database. + + * (PHP_5_2) + NEWS + main/main.c + main/main.c: + - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when + setting logging timestamps). + + * main/main.c: + - Fixed bug #45191 (error_log ignores date.timezone php.ini val when + setting logging timestamps). + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/tests/bug45682.phpt: + - MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)). + + * ext/date/tests/bug45682.phpt + ext/date/tests/bug45682.phpt: + + - Fixed bug #45682 (Unable to var_dump(DateInterval)). + + * ext/date/php_date.c: + - Fixed bug #45682 (Unable to var_dump(DateInterval)). + + * (PHP_5_2) + NEWS + ext/date/php_date.c + ext/date/php_date.c + ext/date/lib/timelib_structs.h + ext/date/lib/timelib_structs.h + ext/date/lib/tm2unixtime.c + ext/date/lib/tm2unixtime.c + ext/date/tests/bug48058.phpt + ext/date/tests/bug48058.phpt + ext/date/tests/date_create-relative.phpt + ext/date/tests/date_create-relative.phpt + ext/date/tests/strtotime-relative.phpt + ext/date/tests/strtotime-relative.phpt: + - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range). + - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative + offsets). + + * ext/date/php_date.c + ext/date/lib/timelib_structs.h + ext/date/lib/tm2unixtime.c + ext/date/tests/bug48058.phpt + ext/date/tests/bug48058.phpt + ext/date/tests/bug48058.phpt + ext/date/tests/date_create-relative.phpt + ext/date/tests/date_create-relative.phpt + ext/date/tests/date_create-relative.phpt + ext/date/tests/strtotime-relative.phpt + ext/date/tests/strtotime-relative.phpt + ext/date/tests/strtotime-relative.phpt: + - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). + - Fixed bug #45822 (Near infinite-loops while parsing huge relative + offsets). + +2009-05-03 Jani Taskinen + + * (PHP_5_3) + NEWS: + fix news + +2009-05-03 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - #41712 + + * ext/curl/interface.c + ext/curl/interface.c: + - ws/cs + + * ext/curl/interface.c + ext/curl/interface.c: + - c/p error + + * (PHP_5_3) + ext/curl/interface.c + ext/curl/php_curl.h: + - [DOC] MFH: #41712, implement progress callback + - add constants CURLOPT_PROGRESSFUNCTION + + * ext/curl/interface.c + ext/curl/php_curl.h: + - [DOC] #41712, implement progress callback + - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION + +2009-05-03 Derick Rethans + + * (PHP_5_2) + ext/date/tests/bug48097.phpt + ext/date/tests/bug48097.phpt: + - MFH: Added test for (bogus) bug #48097. + + * ext/date/tests/bug48097.phpt + ext/date/tests/bug48097.phpt + ext/date/tests/bug48097.phpt: + 1.1.4; + - Added test for (bogus) bug #48097. + 2009-05-02 Jani Taskinen * (PHP_5_3)