From: Date: Wed, 28 Jan 2009 01:34:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a691d1002a19b6058492ff14c1c0671a2dc5c18;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 85b1e1ed7b..746b53f334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2009-01-27 Ilia Alshanetsky + + * sapi/apache_hooks/php_apache.c: + MFB: improved parameter parsing + + * (PHP_5_3) + sapi/apache_hooks/php_apache.c: + + Improved parameter parsing + +2009-01-27 Pierre-Alain Joye + + * (PHP_5_3) + ext/spl/php_spl.h: + - fix build + + * (PHP_5_3) + win32/php_stdint.h: + - prevent redefinition + +2009-01-27 Johannes Schlüter + + * (PHP_5_3) + ext/mysqli/mysqli_nonapi.c: + MFH: Fix mysqli pconnects to properly reset connection status by default + + * ext/mysqli/mysqli_nonapi.c: + - Fix mysqli pconnects to properly reset connection status by default + +2009-01-27 Antony Dovgal + + * (PHP_5_3) + ext/spl/spl_array.c: + fix compile warning + +2009-01-27 Felipe Pena + + * (PHP_5_2) + ext/pgsql/pgsql.c: + - Fixed parameter format + + * (PHP_5_2) + ext/pgsql/pgsql.c: + - Removed wrong '/' in parameter format + + * (PHP_5_2) + ext/standard/tests/network/socket_get_status_basic.phpt + ext/standard/tests/strings/str_pad_variation5.phpt: + - Fixed tests + +2009-01-27 Derick Rethans + + * (PHP_5_3) + ext/date/tests/gmstrftime_variation22.phpt + ext/date/tests/strftime_variation22.phpt: + - Fixed tests? + +2009-01-27 Scott MacVicar + + * (PHP_5_3) + ext/date/tests/date_default_timezone_get-2.phpt + ext/date/tests/date_default_timezone_get-3.phpt + ext/date/tests/date_default_timezone_set-1.phpt + ext/date/tests/date_parse_001.phpt + ext/date/tests/timezone-configuration.phpt: + Fix tests + +2009-01-27 Derick Rethans + + * (PHP_5_3) + ext/date/php_date.c + ext/date/tests/date_default_timezone_get-1.phpt + ext/date/tests/date_default_timezone_get-2.phpt + ext/date/tests/date_default_timezone_set-1.phpt + ext/date/tests/timestamp-in-dst.phpt: + - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING. + + * ext/date/php_date.c + ext/date/tests/date_default_timezone_get-1.phpt + ext/date/tests/date_default_timezone_get-2.phpt + ext/date/tests/date_default_timezone_set-1.phpt + ext/date/tests/idate_variation7.phpt + ext/date/tests/timestamp-in-dst.phpt: + - Elevate no-tz setting made from E_STRICT to E_WARNING. + 2009-01-26 Christian Seiler * (PHP_5_3)