summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-08-15 13:14:48 +0000
committerSVN Migration <svn@php.net>2006-08-15 13:14:48 +0000
commit1bfb88081d1fb0211feaa18b8a5b635fc03594b8 (patch)
tree80d09fe7fec47fd936eb7abf5e9a5b729573db9a /Zend/zend_compile.c
parent407caf3a0c260e37985693201cda727a1b0dc128 (diff)
downloadphp-git-php-5.1.5.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_1_5'.php-5.1.5
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r--Zend/zend_compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 096af0c2ff..6b9b4cdb3f 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -154,7 +154,6 @@ void zend_init_compiler_data_structures(TSRMLS_D)
void init_compiler(TSRMLS_D)
{
- CG(active_op_array) = NULL;
zend_init_compiler_data_structures(TSRMLS_C);
zend_init_rsrc_list(TSRMLS_C);
zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0);