From: Date: Mon, 1 Jun 2009 01:33:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0acaf09ef37836fcfedb10f7bca27dde7fff8e4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c3cae6ef69..d15b2ee2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2009-05-31 Etienne Kneuss + + * (PHP_5_3) + tests/lang/045.phpt: + MFH: Add test for the timeout inside shutdown function + + * tests/lang/045.phpt + tests/lang/045.phpt: + + Add test for the timeout inside shutdown function + +2009-05-31 Stanislav Malyshev + + * (PHP_5_2) + NEWS + ext/date/php_date.c + ext/date/php_date.c + ext/date/php_date.c + ext/date/php_date.h + ext/date/php_date.h + ext/date/php_date.h: + fix for #48247 + +2009-05-31 Andrei Zmievski + + * (PHP_5_2) + ext/json/php_json.h: + MFB + + * (PHP_5_3) + ext/json/php_json.h: + Fix the build. + +2009-05-31 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/snmp/snmp.c + ext/snmp/snmp.c: + + MFB: Fixed bug #48359 (Script hangs on snmprealwalk if OID is not + increasing) + + * (PHP_5_3) + ext/snmp/snmp.c: + + Fixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing) + + +2009-05-31 Jani Taskinen + + * ext/json/json.c: + - No dots in error messages + + * (PHP_5_3) + NEWS: + fix news + +2009-05-31 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/sqlite3/config.w32: + This shouldn't have been in there + +2009-05-31 Andrei Zmievski + + * ext/json/json.c: + Make a note. + + * (PHP_5_2) + ext/json/json.c + ext/json/json.c + ext/json/php_json.h + ext/json/php_json.h: + Expose encode/decode API. + 2009-05-30 Arnaud Le Blanc * (PHP_5_2)