summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-01-20 20:42:15 +0000
committerAndi Gutmans <andi@php.net>2002-01-20 20:42:15 +0000
commit2131b019c74272faf484f2e2b3390b87f5ba9bd3 (patch)
tree30f2faac7b5c4c15f8d0075d68a179a7337ea851 /Zend/zend_compile.h
parentfe6e7058eedfc30ef766185aebc95e1e41437c45 (diff)
downloadphp-git-2131b019c74272faf484f2e2b3390b87f5ba9bd3.tar.gz
- Improve performance of functions that use $GLOBALS[]
- Please check this and make sure it doesn't break anything.
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 621bd8b5f8..6dfa738d58 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -93,7 +93,6 @@ struct _zend_op_array {
zend_brk_cont_element *brk_cont_array;
zend_uint last_brk_cont;
zend_uint current_brk_cont;
- zend_bool uses_globals;
/* static variables support */
HashTable *static_variables;
@@ -227,7 +226,6 @@ void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC);
void fetch_simple_variable_ex(znode *result, znode *varname, int bp, int op TSRMLS_DC);
void zend_do_indirect_references(znode *result, znode *num_references, znode *variable TSRMLS_DC);
void zend_do_fetch_global_or_static_variable(znode *varname, znode *static_assignment, int fetch_type TSRMLS_DC);
-void zend_do_fetch_globals(znode *varname TSRMLS_DC);
void fetch_array_begin(znode *result, znode *varname, znode *first_dim TSRMLS_DC);
void fetch_array_dim(znode *result, znode *parent, znode *dim TSRMLS_DC);