From: Date: Thu, 31 Jul 2003 00:30:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d75e7082de9109cf5d08d887e1e9be2518d3765;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index df950a342f..87395a22a3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,41 @@ +2003-07-30 Andi Gutmans + + * zend_execute.c + zend_hash.c: + - Fix problem with hash when updating same bucket with data of different + sizes one after another. + - Fix number of arguments to read_dimension. + +2003-07-30 Zeev Suraski + + * zend_compile.c + zend_compile.h + zend_execute.c: + Get rid of an opcode + + * zend_compile.c + zend_execute.c: + Support overloading of $foo["bar"] += "baz" + + * zend_compile.c + zend_compile.h + zend_execute.c + zend_object_handlers.c + zend_object_handlers.h: + Improve array overloading - support unset($foo["bar"]) + + * zend_compile.h: + Remove garbage + + * zend.c + zend.h + zend_API.c + zend_API.h + zend_compile.h + zend_modules.h: + Add exec_finished() callback for modules - this is the last place where the + modules may touch the symbol table reliably + 2003-07-29 Ilia Alshanetsky * tests/bug22836.phpt: