From: Date: Mon, 28 Jul 2003 00:30:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aef486417781b51d4aa179e48584b62e518a016;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e4ce0854e1..f6c3cc337d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,44 @@ +2003-07-27 Stanislav Malyshev + + * zend_compile.c: + fix compare + + * zend_compile.c: + use zend_binary_strncasecmp + + * zend_execute_API.c: + change shutdown order so that dtors would coexist with object error + handlers + + * zend_execute.c: + clean the right one + + * zend_execute_API.c: + make shutdown more granular so in case some dtor goes ape we still + can shut down cleanly + + * zend_compile.c + zend_execute.c + zend_objects.c: + make clone and throw coexist peacefully + + * tests/bug24635.phpt + tests/bug24699.phpt: + add test + + * zend_execute.c: + fix #24635: clean hash before putting into cache + + * zend_language_scanner.l: + fix crash #24550 + + * zend_compile.c + zend_constants.c: + fix leaks with class constants (bug #24699) + + * zend_compile.c: + make __clone call case insensitive, just as other calls are + 2003-07-24 Jani Taskinen * tests/bug19859.phpt