diff options
author | <changelog@php.net> | 2005-10-20 05:34:50 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-10-20 05:34:50 +0000 |
commit | 1bc48cc5212dbef584cb28b0b2f12df817809ffe (patch) | |
tree | 294332ee7043cf7bd7771895ece25961d48784d0 | |
parent | 5259aa2943f9e0dbfccdb07836b2dffa6c77d4d6 (diff) | |
download | php-git-1bc48cc5212dbef584cb28b0b2f12df817809ffe.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 75 | ||||
-rw-r--r-- | Zend/ChangeLog | 7 |
2 files changed, 82 insertions, 0 deletions
@@ -1,3 +1,78 @@ +2005-10-19 Antony Dovgal <antony@zend.com> + + * (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 <ilia@prohost.org> + + * 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 <rollandsantimano@yahoo.com> + + * ext/standard/string.c: + - Unicode impl of str[c]spn() + +2005-10-19 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_5_1) + NEWS: + MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields). + +2005-10-19 Antony Dovgal <antony@zend.com> + + * (PHP_5_0) + ext/standard/uniqid.c: + backport Ilia's last patch to 5.0 + +2005-10-19 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <dmitry@zend.com> + + * ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt: + Fixed test + +2005-10-19 Antony Dovgal <antony@zend.com> + + * (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 <antony@zend.com> * (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 <dmitry@zend.com> + + * tests/bug33257.phpt + tests/bug33257.phpt + tests/bug33257.phpt: + Fixed test + 2005-10-17 Dmitry Stogov <dmitry@zend.com> * zend_compile.c |