summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
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_opcode.c
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_opcode.c')
-rw-r--r--Zend/zend_opcode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c
index b41da55d72..d79e0f7b22 100644
--- a/Zend/zend_opcode.c
+++ b/Zend/zend_opcode.c
@@ -82,8 +82,6 @@ void init_op_array(zend_op_array *op_array, int type, int initial_ops_size TSRML
op_array->static_variables = NULL;
- op_array->uses_globals = 0;
-
op_array->return_reference = 0;
op_array->done_pass_two = 0;