From: Andi Gutmans Date: Tue, 16 Nov 1999 20:31:29 +0000 (+0000) Subject: - Weird that this compiled for me. X-Git-Tag: ZEND_OPTIMIZER_B1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cd140cdef1776b12da1945a5daaf1366a08b9d2;p=php - Weird that this compiled for me. --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 4be3f58808..19b8e4b6ed 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -382,7 +382,7 @@ int call_user_function_ex(HashTable *function_table, zval *object, zval *functio EG(return_value)=original_return_value; EG(opline_ptr) = original_opline_ptr; } else { - ((zend_internal_function *) function_state.function)->handler(param_count, retval, &EG(regular_list), &EG(persistent_list), object); + ((zend_internal_function *) function_state.function)->handler(param_count, retval, &EG(regular_list), &EG(persistent_list), object, 1); } zend_ptr_stack_clear_multiple(ELS_C); EG(function_state_ptr) = original_function_state_ptr;