+2009-03-29 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/openssl/openssl.c
+ ext/openssl/openssl.c:
+ MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error
+ codes and avoid segfault.
+
+ * ext/openssl/openssl.c:
+ Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes
+ and avoid segfault.
+
+ * (PHP_5_3)
+ ext/sqlite3/config0.m4:
+ MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.
+
+ * ext/sqlite3/config0.m4:
+ Fix bug #47826 - Building with system sqlite3 can miss a symbol.
+
+2009-03-29 Stig Venaas <venaas@uninett.no>
+
+ * ext/ldap/ldap.c:
+ added OpenLDAP TLS options to ldap_get_option/ldap_set_option
+
+2009-03-29 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ ext/gd/gd.c:
+
+ Fixed compiler warning
+
+2009-03-29 Matteo Beccati <matteo@beccati.com>
+
+ * (PHP_5_3)
+ ext/pcntl/tests/002.phpt:
+ MFH:
+ - Fixed pcntl test for platforms not accepting a very large timeout in
+ sigtimedwait()
+
+ * ext/pcntl/tests/002.phpt:
+ - Fixed pcntl test for platforms not accepting a very large timeout in
+ sigtimedwait()
+
+2009-03-29 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/config.w32
+ ext/gd/config.w32:
+ - check in the libpng dir as well
+
2009-03-28 Matteo Beccati <matteo@beccati.com>
* (PHP_5_3)