From: Date: Mon, 30 Mar 2009 01:32:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8e2eb3f00929cb8c3d9c46d575cedf828a8b88d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cad7df81f6..3ab52085ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2009-03-29 Scott MacVicar + + * (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 + + * ext/ldap/ldap.c: + added OpenLDAP TLS options to ldap_get_option/ldap_set_option + +2009-03-29 Ilia Alshanetsky + + * (PHP_5_2) + ext/gd/gd.c: + + Fixed compiler warning + +2009-03-29 Matteo Beccati + + * (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 + + * ext/gd/config.w32 + ext/gd/config.w32: + - check in the libpng dir as well + 2009-03-28 Matteo Beccati * (PHP_5_3)