From: Date: Fri, 3 Jun 2005 00:34:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c015c522f3c33ef84a97667f2c623fdf713c6c4e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a03c7cf643..3481720dc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2005-06-02 Jani Taskinen + + * acinclude.m4 + build/libtool.m4: + - Revert previous change in build/libtool.m4 and make sure + the PATH_SEPARATOR check is only done under autoconf 2.13. + + * (PHP_4_3) + NEWS + NEWS + configure.in + configure.in: + MFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs) + + * configure.in: + - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs) + +2005-06-02 Antony Dovgal + + * (PHP_4_3) + NEWS + ext/curl/curl.c + ext/curl/php_curl.h: + MFH: fix bug #33222 (segfault when CURL handle is closed in a callback). + + * (PHP_5_0) + NEWS + ext/curl/interface.c + ext/curl/php_curl.h: + MFH: fix bug #33222 (segfault when CURL handle is closed in a callback). + fix segfaults when CURL callback functions throw exception. + + * ext/curl/interface.c + ext/curl/php_curl.h: + fix bug #33222 (segfault when CURL handle is closed in a callback). + fix segfaults when CURL callback functions throw exception. + +2005-06-02 Jani Taskinen + + * ext/sqlite/config.m4: + We only need LEMON for bundled stuff + +2005-06-02 Antony Dovgal + + * (PHP_4_3) + NEWS + NEWS + ext/odbc/php_odbc.c + ext/odbc/php_odbc.c: + MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with + 2-statement SQL batches). + Path by rich at kastle dot com. + + * ext/odbc/php_odbc.c: + fix bug #33214 (odbc_next_result does not signal SQL errors with + 2-statement SQL batches). + Path by rich at kastle dot com. + +2005-06-02 Derick Rethans + + * ext/standard/string.c + ext/standard/string.c + ext/standard/string.c: + - That should have been removed, not commented out. + + * (PHP_4_3) + NEWS + NEWS + ext/standard/string.c + ext/standard/string.c: + - MFH: Fixed memory corruption in stristr(). + + * ext/standard/string.c: + - Fixed memory corruption in stristr(). + +2005-06-02 Jani Taskinen + + * ext/standard/var_unserializer.c: + touch + 2005-06-01 Ilia Alshanetsky * (PHP_4_3)