From 99b41db6c1c591002970661af5301d3808e07e3c Mon Sep 17 00:00:00 2001 From: Date: Fri, 4 Jul 2003 00:30:27 +0000 Subject: [PATCH] ChangeLog update --- Zend/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index beff4afde1..47aad3fb44 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,38 @@ +2003-07-03 Marcus Boerger + + * zend_compile.c: + Allow final private methods + +2003-07-03 George Schlossnagle + + * zend_reflection_api.c: + win build fixes (Rob Richards) + + * zend_reflection_api.c: + can't forget Andrei + +2003-07-03 Stanislav Malyshev + + * zend_compile.c + zend_execute.c: + enable Classname() constructor to be called via parent::__constructor() + + * tests/bug19859.phpt: + add test for Bug #19859 + + * zend_API.c + zend_execute_API.c: + Fix bug #19859 - allow fast_call_user_function to support __call + + * zend_builtin_functions.c: + fix the get_parent_class fix + +2003-07-03 George Schlossnagle + + * zend_reflection_api.c: + more of Timm's patches, and mod authors line to give credit where credit is + due. + 2003-07-02 Marcus Boerger * zend_objects.c: -- 2.40.0