From: Date: Tue, 5 Aug 2003 00:30:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2b5~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abd76120092b00318ccf2caf08a9d9b0a4697141;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 954af72a95..ddb066561d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,51 @@ +2003-08-04 Marcus Boerger + + * zend_execute.c: + Fix ZTS + + * zend_execute_API.c: + Nuke unused variables + + * zend_reflection_api.c: + Add function/method parameter reflection + +2003-08-04 Ilia Alshanetsky + + * zend_execute_API.c + tests/bug23104.phpt: + Fixed bug #23104 (hash position of static arrays not being reset) + +2003-08-04 Stanislav Malyshev + + * zend_execute_API.c: + oops. forgot function + + * zend_execute_API.c: + fix crash #24842 + + * zend_compile.c: + fix leaks: bug #24831 + + * zend_execute.c: + use get_obj_zval_ptr + + * tests/bug24884.phpt: + add test + + * zend_execute.c: + Fix #24884 - clone $this + +2003-08-04 Zeev Suraski + + * zend_compile.c: + Simplify code using XOR + + * zend.h: + Add logical XOR, proves to be quite useful lately + + * zend_opcode.c: + This check shouldn't be necessary + 2003-08-03 Marcus Boerger * zend_opcode.c: