diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 83f2efaaf8..91df3bfd33 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -271,6 +271,7 @@ typedef union _zend_function { typedef struct _zend_function_state { zend_function *function; + void **arguments; } zend_function_state; @@ -299,7 +300,6 @@ struct _zend_execute_data { union _temp_variable *Ts; zval ***CVs; zend_bool original_in_execution; - ALLOCA_FLAG(use_heap) HashTable *symbol_table; struct _zend_execute_data *prev_execute_data; zval *old_error_reporting; |