1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

clean the right one

This commit is contained in:
Stanislav Malyshev
2003-07-27 14:02:46 +00:00
parent 5bfd386bc3
commit 1cc89effdb
+1 -1
View File
@@ -2557,7 +2557,7 @@ int zend_do_fcall_common_helper(ZEND_OPCODE_HANDLER_ARGS)
} else {
/* clean before putting into the cache, since clean
could call dtors, which could use cached hash */
zend_hash_clean(*EG(symtable_cache_ptr));
zend_hash_clean(EX(function_state).function_symbol_table);
*(++EG(symtable_cache_ptr)) = EX(function_state).function_symbol_table;
}
EG(active_symbol_table) = calling_symbol_table;