Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).

This commit is contained in:
Dmitry Stogov 2005-10-20 07:30:42 +00:00
parent c095e20ca8
commit d32c6512e1

View File

@ -291,7 +291,6 @@ struct _zend_execute_data {
union _temp_variable *Ts;
zval ***CVs;
zend_bool original_in_execution;
zend_class_entry *calling_scope;
HashTable *symbol_table;
struct _zend_execute_data *prev_execute_data;
zval *old_error_reporting;