From: Date: Wed, 11 Oct 2006 01:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98aa6deb99159ccca9df85b2cbc9ff2080a98c5a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 923eadf8d8..721b138023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2006-10-10 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + ext/curl/curl.c: + MFH: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on + empty files). + + * ext/curl/interface.c: + MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on + empty files). + + * (PHP_5_2) + NEWS + ext/curl/interface.c: + Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty + files). + +2006-10-10 Antony Dovgal + + * (PHP_5_2) + ext/dbase/dbase.c: + MFH: access mode for dbase_open() cannot be < 0 + + * ext/dbase/dbase.c: + access mode for dbase_open() cannot be < 0 + + * ext/gd/tests/001.phpt: + add new test + + * ext/gd/tests/001.phpt + ext/gd/tests/001.phpt: + + file 001.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + ext/exif/exif.c: + MFH: fix leak and typos in error messages + + * ext/exif/exif.c: + fix leak and typos in error messages + + * (PHP_5_2) + ext/mbstring/oniguruma/regexec.c: + missing variable initialization + +2006-10-10 Ilia Alshanetsky + + * ext/com_dotnet/com_com.c: + MFB: Fixed bug #38198 (possible crash when COM reports an exception). + + * (PHP_5_2) + NEWS + ext/com_dotnet/com_com.c: + Fixed bug #38198 (possible crash when COM reports an exception). + +2006-10-10 Antony Dovgal + + * ext/pcre/php_pcre.c + ext/pcre/tests/preg_replace2.phpt: + fix #39112 (typo in error message) + 2006-10-09 Sara Golemon * ext/gmp/gmp.c