From: Date: Mon, 21 Jul 2003 00:30:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ada5008f9a4b9babd936628e5ad15193479f771d;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f77ba89812..fbd61ba83f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,47 @@ +2003-07-20 Marcus Boerger + + * zend_execute.c: + Bugfix #24729 = new ; causes crash when is not set + +2003-07-20 George Schlossnagle + + * zend_reflection_api.c: + should nt here + +2003-07-20 Marcus Boerger + + * zend_reflection_api.c: + Fix warnings and whitespace in output + + * zend_reflection_api.c: + Add support for instances in Reflection_Class. + +2003-07-20 George Schlossnagle + + * zend_reflection_api.c: + removed references to smart_str, replaced with private string management + function. When snprintf is integrated into the engine, string_printf + should be altered to use that. + +2003-07-20 Marcus Boerger + + * zend_objects_API.c: + More informative errors here and these are real core errors + + * zend_execute.c: + Fix uncloneable objetcs + +2003-07-20 George Schlossnagle + + * zend_reflection_api.c: + more of Timm's implementation. + +2003-07-20 Marcus Boerger + + * zend_hash.c + zend_hash.h: + Make it a macro + 2003-07-19 Marcus Boerger * zend_hash.c: