+2009-03-23 Felipe Pena <felipensp@gmail.com>
+
+ * 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 <uwe@thetaphi.de>
+
+ * (PHP_5_3)
+ sapi/nsapi/nsapi.c:
+ MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+
+2009-03-23 Felipe Pena <felipensp@gmail.com>
+
+ * 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 <ilia@prohost.org>
+
+ * (PHP_5_3)
+ ext/odbc/php_odbc.c:
+
+ Improved parameter handling
+
+2009-03-23 Derick Rethans <php@derickrethans.nl>
+
+ * 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 <johannes@schlueters.de>
+
+ * (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 <felipensp@gmail.com>
+
+ * ext/sqlite/sqlite.c:
+ - Fixed build
+
+2009-03-23 Eric Stewart <e.stewart@mac.com>
+
+ * 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 <ilia@prohost.org>
* ext/sqlite/sqlite.c: