diff options
author | <changelog@php.net> | 2002-10-19 00:33:29 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-10-19 00:33:29 +0000 |
commit | a699b132460b73e1555d757245f14c0f4061d9a6 (patch) | |
tree | 520a233721e5b107073e2996be3455a32a6352fb /Zend/ChangeLog | |
parent | c3270448ac66ed6c3c85d63a2fa337ed240269f8 (diff) | |
download | php-git-a699b132460b73e1555d757245f14c0f4061d9a6.tar.gz |
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r-- | Zend/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6ef95f2220..1c67329850 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2002-10-18 Andi Gutmans <andi@zend.com> + + * zend.c + zend_compile.c + zend_execute.c: + - Change opcode dispatch mechanism to use a function per opcode and use + - a lookup table using the opcode # to call the correct function. + - Still have lots of tuning to do. + + * zend_execute.c: - Cleanup + 2002-10-16 Sebastian Bergmann <sb@sebastian-bergmann.de> * zend_execute.c: Fix ZTS build. |