diff options
author | Andi Gutmans <andi@php.net> | 2002-01-20 20:42:15 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-01-20 20:42:15 +0000 |
commit | 2131b019c74272faf484f2e2b3390b87f5ba9bd3 (patch) | |
tree | 30f2faac7b5c4c15f8d0075d68a179a7337ea851 /Zend/zend_opcode.c | |
parent | fe6e7058eedfc30ef766185aebc95e1e41437c45 (diff) | |
download | php-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.c | 2 |
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; |