diff options
| author | Dmitry Stogov <dmitry@php.net> | 2007-11-20 09:51:12 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2007-11-20 09:51:12 +0000 |
| commit | c3ab6bd09164bd17f9dab09da47a045247210e34 (patch) | |
| tree | ecd302f2b2e96d4286f6304ef56a9d3c68bc7749 /Zend/zend_globals.h | |
| parent | 9f230a0d794e13fce699df9fd1187b55ff83bc35 (diff) | |
| download | php-git-c3ab6bd09164bd17f9dab09da47a045247210e34.tar.gz | |
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
Diffstat (limited to 'Zend/zend_globals.h')
| -rw-r--r-- | Zend/zend_globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 47c684522e..3fb08d0649 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -162,7 +162,6 @@ struct _zend_executor_globals { zval error_zval; zval *error_zval_ptr; - zend_function_state *function_state_ptr; zend_ptr_stack arg_types_stack; /* symbol table cache */ |
