From: Date: Fri, 24 Apr 2009 01:32:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3873 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=286459c998360b92a6e3b8955b5190797ea20cd4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 711820da95..a49bbf94b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2009-04-23 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - #47940 entry + + * ext/imap/php_imap.c: + - #47940, leaks in imap_body() + + * (PHP_5_3) + ext/imap/config.w32: + - define HAVE_NEW_MIME2TEXT and detect utf8aux + + * ext/imap/config.w32: + - define HAVE_NEW_MIME2TEXT and HAVE_RFC822_OUTPUT_ADDRESS_LIST + + * win32/build/config.w32: + - MFB: allow to set or disable the multithreaded build (n, auto or disable) + + * (PHP_5_3) + win32/build/config.w32: + - allow to set or disable the multithreaded build (n, auto or disable) + + * ext/pdo_odbc/config.w32: + - MFB + + * (PHP_5_3) + ext/pdo_odbc/config.w32: + - wrong var name + +2009-04-23 Takeshi Abe + + * ext/gd/libgd/gd.c: + check non-null before any use. + +2009-04-23 Matteo Beccati + + * (PHP_5_3) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo_oci/tests/bug46274.phpt + ext/pdo_oci/tests/bug46274_2.phpt + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/tests/bug46274_2.phpt: + MFH: + - Reverted previous fix for bug #46274 and properly fixed it + - Fixed bug #48060 + + * ext/pdo/pdo_stmt.c + ext/pdo_oci/tests/bug46274.phpt + ext/pdo_oci/tests/bug46274.phpt + ext/pdo_oci/tests/bug46274_2.phpt + ext/pdo_oci/tests/bug46274_2.phpt + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/tests/bug46274_2.phpt: + - Reverted previous fix for bug #46274 and properly fixed it + - Fixed bug #48060 + +2009-04-23 Pierre-Alain Joye + + * ext/curl/config.w32 + ext/curl/config.w32: + - c/p error + 2009-04-22 Brian Shire * (PHP_5_3)