From: Date: Wed, 28 Sep 2005 06:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9997f8e9f817fe3de57db8efdb71743d7fc56400;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9d96e1bebf..c45ce47fc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2005-09-27 Andrei Zmievski + + * README.UNICODE-UPGRADES: + strrev() walkthrough + +2005-09-27 Dmitry Stogov + + * ZendEngine2/tests/bug34617.phpt + ZendEngine2/tests/bug34617.phpt + ZendEngine2/tests/bug34617.phpt: + 1.1.4; + file bug34617.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + NEWS + ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.c + ZendEngine2/tests/bug34617.phpt + ZendEngine2/tests/bug34617.phpt: + Fixed bug #34617 (zend_deactivate: objects_store used after + zend_objects_store_destroy is called) + +2005-09-27 Andrei Zmievski + + * main/rfc1867.c: + Unicode fixes. + +2005-09-27 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS: + Fixed bug #34643 (wsdl default value has no effect) + +2005-09-27 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + NEWS + main/fopen_wrappers.c + main/fopen_wrappers.c + main/fopen_wrappers.c: + MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter). + + * main/fopen_wrappers.c: + Fixed bug #32937 (open_basedir looses trailing / in the limiter). + + Patch by Adam Conrad + +2005-09-27 Marcus Boerger + + * tests/classes/tostring_001.phpt: + - Need to rename in expectations, too + + * tests/classes/tostring.phpt + tests/classes/tostring_001.phpt: + - Rename test to be consistent + + * tests/classes/tostring_002.phpt + tests/classes/tostring_003.phpt: + - Add new tests + + * NEWS + NEWS: + - BFN + +2005-09-27 Dmitry Stogov + + * NEWS + ZendEngine2/zend.c + ZendEngine2/zend.h + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug26166.phpt + tests/classes/tostring.phpt: + Changed __toString() behavior to call it in all necessary places + 2005-09-26 Ilia Alshanetsky * ext/standard/string.c: