+2008-12-10 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.c:
+
+ MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL
+ value
+ inside a binary or image column type)
+
+ * (PHP_5_3)
+ ext/mssql/php_mssql.c:
+ Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
+ inside a binary or image column type)
+
+2008-12-10 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/gd/libgd/gd.c
+ ext/gd/libgd/gd.c
+ ext/gd/tests/imagerotate_overflow.phpt
+ ext/gd/tests/imagerotate_overflow.phpt:
+ MFH Fix segfault and potential security issue in imagerotate().
+
+ * ext/gd/tests/imagerotate_overflow.phpt
+ ext/gd/tests/imagerotate_overflow.phpt
+ ext/gd/tests/imagerotate_overflow.phpt:
+ 1.1.4;
+ Fix segfault and potential security issue in imagerotate().
+
+ * ext/gd/libgd/gd.c:
+ Fix segfault and potential security issue in imagerotate().
+
+2008-12-10 Ant Phillips <antphill@uk.ibm.com>
+
+ * (PHP_5_2)
+ ext/mbstring/tests/bug43841.phpt
+ ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt
+ ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt
+ ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt:
+ Tests for bug #43841 and #45923
+
+ * (PHP_5_3)
+ ext/mbstring/tests/bug43841.phpt:
+ Test for bug #43841
+
+2008-12-10 Nuno Lopes <nunoplopes@sapo.pt>
+
+ * ext/pcre/upgrade-pcre.php
+ ext/pcre/pcrelib/config.h:
+ MFB: export pcre API when using gcc 4
+
+ * (PHP_5_3)
+ ext/pcre/upgrade-pcre.php
+ ext/pcre/pcrelib/config.h:
+ export the pcre API when compiling with gcc 4. this fixes e.g. the linkage
+ of APC (reported by shire)
+
+2008-12-10 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * win32/build/configure.bat:
+ - mfb: c/p error
+
+ * (PHP_5_3)
+ win32/build/configure.bat:
+ - c/p error.
+
2008-12-09 Arnaud Le Blanc <arnaud.lb@gmail.com>
* tests/lang/bug45392.phpt: