From 89f8b5ad79c4f7200c35e0834b819adf155abd76 Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Aug 2002 00:20:37 +0000 Subject: [PATCH] ChangeLog update --- Zend/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 60f5cda1d7..dcabf61403 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,38 @@ +2002-08-23 Andi Gutmans + + * Zend.m4: - Add \n to configure fprintf + + * zend_extensions.c: - dlerror -> DL_ERROR + +2002-08-23 Thies Arntzen + + * zend_builtin_functions.c: + debug_backtrace: show include/require/eval as normal functions on the stack + +2002-08-23 derick + + * zend_builtin_functions.c: - No spaces :) + +2002-08-23 Thies Arntzen + + * zend_builtin_functions.c: + - debug_backtrace now also returns an array containing the arguments of the + called function. + + zeev, andi - is knowing the structure of the stack considered a bad thing in + zend_builtin_function? if yes i would have to create a new function in + zend_ptr_stack.c (but i think we are save this way) + + * zend_builtin_functions.c + zend_execute_API.c: - debug_backtrace: + added "type" ('->' or '::') for object calls. + made calls done thru call_user_func show-up correct in backtraces. + + andi, + does this look correct to you? + + * zend_execute.c: those are set by RETURN_FROM_EXECUTE + 2002-08-21 Thies Arntzen * zend_execute.c: -- 2.50.1