]> granicus.if.org Git - php/commitdiff
remove stack clean - it makes trouble
authorStanislav Malyshev <stas@php.net>
Tue, 5 Aug 2003 07:56:49 +0000 (07:56 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 5 Aug 2003 07:56:49 +0000 (07:56 +0000)
Zend/zend_execute_API.c

index 9b24097d994b23a01b48cba453071dbe509d91fd..05688f86b1ef2c13d659684f130e8e21695036a1 100644 (file)
@@ -185,14 +185,9 @@ void init_executor(TSRMLS_D)
        EG(float_separator)[0] = '.';
 }
 
-static void do_nothing(void *v)
-{
-}
-
 void shutdown_executor(TSRMLS_D)
 {
        zend_try {
-               zend_ptr_stack_clean(&EG(arg_types_stack), do_nothing, 1);
 /* Removed because this can not be safely done, e.g. in this situation:
    Object 1 creates object 2
    Object 3 holds reference to object 2.