From 3324e38e8a11fde13fa585a04ec3e91a78019edc Mon Sep 17 00:00:00 2001 From: Date: Thu, 29 Aug 2002 00:17:29 +0000 Subject: [PATCH] ChangeLog update --- Zend/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ca0d4792a2..ef6c8e4f7a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2002-08-28 Thies Arntzen + + * zend_builtin_functions.c + zend_execute_API.c: debug_backtrace() + - make args passed to functions called vy call_user_function available again. + + * zend_builtin_functions.c: debug_backtrace(): + - make args work if called from the error_handler + - fix refcount for args + + * zend.c: + clear current_execute_data on bailout as it would point into some freed area + on the stack. + +2002-08-28 derick + + * zend.c: - MFZE1 + 2002-08-26 Thies Arntzen * zend_builtin_functions.c: -- 2.50.1