ChangeLog update

This commit is contained in:
2009-05-04 01:32:48 +00:00
parent 25932bbcd5
commit 6b3e5327a8

124
ChangeLog
View File

@ -1,3 +1,127 @@
2009-05-03 Pierre-Alain Joye <pierre.dev@gmail.com>
* 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@derickrethans.nl>
* (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 <jani.taskinen@sci.fi>
* (PHP_5_3)
NEWS:
fix news
2009-05-03 Pierre-Alain Joye <pierre.dev@gmail.com>
* (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@derickrethans.nl>
* (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 <jani.taskinen@sci.fi>
* (PHP_5_3)