+2009-03-24 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_3)
+ EXTENSIONS:
+
+ Updated PDO maintainers
+
+2009-03-24 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * win32/build/mkdist.php:
+ - MFB: new php.ini names
+
+ * (PHP_5_3)
+ win32/build/mkdist.php:
+ - new php.ini names
+
+2009-03-24 Felipe Pena <felipensp@gmail.com>
+
+ * ext/pdo/pdo_stmt.c
+ ext/pdo_mysql/tests/bug44327.phpt
+ ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt
+ ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+ - Synced pieces of codes
+ - Fixed tests
+
+2009-03-24 Dmitry Stogov <dmitry@zend.com>
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.c:
+ Fixed double efree()
+
+ * ZendEngine2/zend_hash.h
+ ZendEngine2/zend_hash.h:
+ Fixed "-0" parsing and optimized overflow check (Matt)
+
+2009-03-24 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_3)
+ ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+ - Fix test
+
+2009-03-24 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - GEPJ.. (thx to Derick for the head!)
+
+ * (PHP_5_3)
+ NEWS:
+ - #47757 rename JPG to JPEG in phpinfo
+
+ * (PHP_5_3)
+ ext/odbc/php_odbc.c:
+ - fix logic after my build fix, thx to Hannes for the head up!
+
+ * ext/gd/gd.c:
+ - MFB: #47757 rename JPG to JPEG in phpinfo
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - #47757 rename JPG to JPEG in phpinfo
+
+ * (PHP_5_3)
+ ext/odbc/php_odbc.c:
+ - fix build
+
+2009-03-24 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_3)
+ NEWS:
+ BFN
+
+ * (PHP_5_3)
+ ext/zlib/zlib.c:
+ Fix bug #42362 - certain status codes never have output, so sending the
+ gzip compression headers cause problems
+
2009-03-23 Felipe Pena <felipensp@gmail.com>
* ext/pdo/pdo_dbh.c: