From: Date: Tue, 24 Mar 2009 01:32:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4074 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b56d6fcce7b59ef1afab9f8adaa7c978bfe9aa;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d733d24032..1f3cbce35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2009-03-23 Felipe Pena + + * ext/pdo/pdo_dbh.c: + - MFB old changes + + * (PHP_5_3) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo/tests/bug_44409.phpt + ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt + ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt: + MFH: + - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) + Patch by: matteo at beccati dot com + +2009-03-23 Uwe Schindler + + * (PHP_5_3) + sapi/nsapi/nsapi.c: + MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown(). + +2009-03-23 Felipe Pena + + * ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt: + - Fix test + + * ext/pdo/pdo_stmt.c + ext/pdo/tests/bug_44409.phpt + ext/pdo/tests/bug_44409.phpt: + - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) + Patch by: matteo at beccati dot com + +2009-03-23 Ilia Alshanetsky + + * (PHP_5_3) + ext/odbc/php_odbc.c: + + Improved parameter handling + +2009-03-23 Derick Rethans + + * ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h: + - Updated to version 2009.4 (2009d) + +2009-03-23 Johannes Schlüter + + * (PHP_5_3) + NEWS + configure.in + main/php_version.h: + Back to dev + + * (PHP_5_3) + NEWS + configure.in + main/php_version.h: + 5.3.0 RC 1 + +2009-03-23 Felipe Pena + + * ext/sqlite/sqlite.c: + - Fixed build + +2009-03-23 Eric Stewart + + * php.ini-development + php.ini-development + php.ini-production + php.ini-production: + 1. Involves an mbstring setting correction regarding: + http://marc.info/?l=php-cvs&m=123596904426621&w=2 + + 2. Added mbstring.http_output_conv_mimetype directive. + + 3. Adds an additional comment including XOR in the list of usable bitwise + operators. + + 4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0. + + 5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI. + 2009-03-22 Ilia Alshanetsky * ext/sqlite/sqlite.c: