+2009-03-25 Christian Seiler <chris_se@gmx.net>
+
+ * (PHP_5_3)
+ main/output.c:
+ - Fixed memory leak in ob_get_clean/ob_get_flush.
+
+2009-03-25 Arnaud Le Blanc <arnaud.lb@gmail.com>
+
+ * (PHP_5_3)
+ ext/pcntl/pcntl.c
+ ext/pcntl/tests/002.phpt:
+ MFH: Fix build on FreeBSD <7 (fixes #47777)
+
+ * ext/pcntl/pcntl.c
+ ext/pcntl/tests/002.phpt:
+ Fix build on FreeBSD <7 (fixes #47777)
+
+2009-03-25 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_3)
+ NEWS
+ ext/pcntl/pcntl.c
+ ext/pcntl/tests/003.phpt:
+ MFH:
+ - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+ constants).
+ Patch by: mbeccati at php.net
+
+ * ext/pcntl/tests/003.phpt
+ ext/pcntl/tests/003.phpt:
+
+ - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+ constants).
+ Patch by: mbeccati at php.net
+
+ * ext/pcntl/pcntl.c:
+ - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
+ Patch by: mbeccati at php.net
+
+2009-03-25 Hannes Magnusson <hannes.magnusson@gmail.com>
+
+ * main/streams/userspace.c
+ main/streams/userspace.c:
+ Add missing proto
+
+2009-03-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/filter/logical_filters.c
+ ext/filter/logical_filters.c:
+
+ MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)
+
+ * (PHP_5_3)
+ ext/filter/logical_filters.c:
+
+ Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)
+
+2009-03-25 Takeshi Abe <tabe@fixedpoint.jp>
+
+ * ext/gd/libgd/gdft.c
+ ext/gd/tests/bug43073.phpt:
+ MFB: #43073, TrueType bounding box is wrong for angle<>0
+
+ * ext/gd/tests/gd_info_variation1.phpt:
+ fix test to follow #47757
+
+2009-03-25 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_globals.h
+ ZendEngine2/zend_globals.h
+ ZendEngine2/zend_language_scanner.c
+ ZendEngine2/zend_language_scanner.c
+ ZendEngine2/zend_language_scanner.l
+ ZendEngine2/zend_language_scanner.l
+ ZendEngine2/zend_language_scanner_defs.h
+ ZendEngine2/zend_language_scanner_defs.h
+ ext/standard/basic_functions.c
+ ext/tokenizer/tokenizer.c
+ ext/tokenizer/tokenizer.c:
+ Fixed bug #47038 (Memory leak in include)
+
+2009-03-25 Felipe Pena <felipensp@gmail.com>
+
+ * ext/pdo/pdo_dbh.c
+ ext/pdo/pdo_stmt.c:
+ - Fixed some code to be working with unicode
+
+2009-03-25 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_interfaces.c
+ ZendEngine2/zend_interfaces.c
+ ZendEngine2/tests/bug47699.phpt
+ ZendEngine2/tests/bug47699.phpt
+ ZendEngine2/tests/bug47699.phpt:
+ Fixed bug #47699 (autoload and late static binding)
+
+2009-03-25 Johannes Schlüter <johannes@schlueters.de>
+
+ * (PHP_5_3)
+ ext/mysql/php_mysql.c
+ ext/mysql/tests/mysql_db_query.phpt:
+ MFH: mysql_db_query() is always deprecated
+
+ * ext/mysql/php_mysql.c
+ ext/mysql/tests/mysql_db_query.phpt:
+ mysql_db_query() is always deprecated
+
+2009-03-25 Christopher Jones <christopher.jones@oracle.com>
+
+ * (PHP_5_3)
+ ext/oci8/package.xml
+ ext/oci8/package2.xml:
+ Obsolete package2.xml: resume using package.xml
+
+ * ext/oci8/package.xml:
+ sync with 5.3
+
+ * ext/oci8/tests/bind_long.phpt
+ ext/oci8/tests/test.txt:
+ use random text
+
2009-03-24 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_3)