diff options
| author | <changelog@php.net> | 2003-07-31 00:30:27 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-07-31 00:30:27 +0000 |
| commit | 8d75e7082de9109cf5d08d887e1e9be2518d3765 (patch) | |
| tree | 8752cb5680308e09fcda6da028c0c2d30b8d2bda /Zend | |
| parent | 57ca69c0147f4fc043b8c364a56389656ee07df6 (diff) | |
| download | php-git-8d75e7082de9109cf5d08d887e1e9be2518d3765.tar.gz | |
ChangeLog update
Diffstat (limited to 'Zend')
| -rw-r--r-- | Zend/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
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 <andi@zend.com> + + * 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 <zeev@zend.com> + + * 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 <ilia@prohost.org> * tests/bug22836.phpt: |
