From: Date: Thu, 20 Oct 2005 05:34:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bc48cc5212dbef584cb28b0b2f12df817809ffe;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b3df5c05b5..c394be2e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2005-10-19 Antony Dovgal + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + main/SAPI.c + sapi/cli/php_cli.c: + MFH: + fixed bug #29983 (PHP does not explicitly set mime type & charset) + + call sapi_deactivate() when called with -m switch + +2005-10-19 Ilia Alshanetsky + + * sapi/cli/php_cli.c: + Fixed -m memory leak + + * (PHP_4_4) + NEWS + NEWS + main/SAPI.c + main/SAPI.c: + MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset). + + * main/SAPI.c: + Fixed bug #29983 (PHP does not explicitly set mime type & charset). + +2005-10-19 Rolland Santimano + + * ext/standard/string.c: + - Unicode impl of str[c]spn() + +2005-10-19 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields). + +2005-10-19 Antony Dovgal + + * (PHP_5_0) + ext/standard/uniqid.c: + backport Ilia's last patch to 5.0 + +2005-10-19 Ilia Alshanetsky + + * (PHP_4_4) + ext/standard/uniqid.c + ext/standard/uniqid.c: + MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin. + + * ext/standard/uniqid.c: + Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin. + +2005-10-19 Dmitry Stogov + + * ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt: + Fixed test + +2005-10-19 Antony Dovgal + + * (PHP_5_1) + NEWS: + fix news entry + + * (PHP_5_0) + ext/standard/tests/array/array_sum.phpt: + fix test (it fails on 64-bit hosts because of too low memory_limit) + + * ext/oci8/php_oci8_int.h: + remove undef HAVE_OCI_STMT_PREPARE2 + 2005-10-18 Antony Dovgal * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5397b1ddb2..a59d05c7b7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-10-19 Dmitry Stogov + + * tests/bug33257.phpt + tests/bug33257.phpt + tests/bug33257.phpt: + Fixed test + 2005-10-17 Dmitry Stogov * zend_compile.c