From: Date: Tue, 1 Jul 2003 00:30:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d699324624794076927d8f909519dfc856ac4665;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4bb4fecfd4..deccae54ac 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,63 @@ +2003-06-30 Shane Caraveo + + * zend_operators.h: + this fixes including this header in a c++ file (vs6) + +2003-06-30 Sterling Hughes + + * zend_compile.c: + nuke "main" as a reserved keyword + +2003-06-30 Andi Gutmans + + * zend.c + zend_API.c + zend_compile.c + zend_constants.c + zend_execute.c + zend_execute_API.c + zend_mm.c + zend_opcode.c + zend_reflection_api.c: + - ZE coding style requires if ( instead of if( + +2003-06-30 Sebastian Bergmann + + * zend_reflection_api.c: + ZTS fixes. Remove unused local variables. + +2003-06-30 George Schlossnagle + + * Makefile.am + Zend.dsp + ZendTS.dsp + zend_default_classes.c + zend_reflection_api.c + zend_reflection_api.h: + added support for Reflection_Function, the first part of + the reflection api + +2003-06-30 Sterling Hughes + + * zend_builtin_functions.c: + move the check down a little so it catches all cases + + * zend_builtin_functions.c: + Fix bug #24399 from an excellent test case by edin + +2003-06-30 Zeev Suraski + + * zend_execute.c: + Semantically it's a refcount increase, not a lock... + + * zend_execute.c: + Fix 'global' implementation (fixes, at least, bug #24396 + +2003-06-30 Sterling Hughes + + * zend_operators.c: + revert back the optimization for now. + 2003-06-29 Ilia Alshanetsky * zend_object_handlers.c: