]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 30 Mar 2009 01:32:46 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 30 Mar 2009 01:32:46 +0000 (01:32 +0000)
ChangeLog

index cad7df81f61f06a15d8288eff1eb39e66213671e..3ab52085ed914e89497c3983a85aebe7c7a5110a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+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)