+2009-03-31 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/php_gd.h:
+ - MFB: silent warning
+
+ * (PHP_5_3)
+ ext/gd/php_gd.h:
+ - silent warning
+
+ * ext/filter/tests/046.phpt:
+ - remove last test for MAX_INT, did not work on x64 and this case is
+ covered by bug47745.phpt
+
+ * (PHP_5_3)
+ ext/filter/tests/046.phpt:
+ - remove last test for MAX_INT, did not work on x64 and this case is
+ covered by bug47745.phpt
+
+2009-03-31 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+
+ WS
+
+2009-03-31 Hannes Magnusson <hannes.magnusson@gmail.com>
+
+ * main/streams/userspace.c:
+ Fix errormessage check
+
+2009-03-31 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_3)
+ NEWS:
+ BFN
+
+ * ext/sqlite3/libsqlite/sqlite3.c
+ ext/sqlite3/libsqlite/sqlite3.h
+ ext/sqlite3/libsqlite/sqlite3ext.h:
+ Update libsqlite to 3.6.12
+
+2009-03-31 Matt Wilmas <php_lists@realplain.com>
+
+ * (PHP_5_2)
+ ext/filter/logical_filters.c
+ ext/filter/logical_filters.c:
+ - MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
+ - Changed sign flag to int (it's no longer being used in a calculation)
+
+ * ext/filter/logical_filters.c:
+ - Removed unused LONG_SIGN_MASK definition, and a stray \
+ - Changed sign flag to int (it's no longer being used in a calculation)
+
+2009-03-31 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_2)
+ NEWS
+ NEWS
+ ext/filter/logical_filters.c
+ ext/filter/logical_filters.c
+ ext/filter/logical_filters.c
+ ext/filter/tests/bug47745.phpt:
+ Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
+
+ * ext/filter/tests/bug47745.phpt
+ ext/filter/tests/bug47745.phpt:
+
+ Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
+
+ * ext/filter/tests/bug47745.phpt
+ ext/filter/tests/bug47745.phpt:
+
+ file bug47745.phpt was initially added on branch PHP_5_3.
+
2009-03-30 Scott MacVicar <scott@macvicar.net>
* ext/openssl/tests/bug47828.phpt: