diff options
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r-- | Zend/zend_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 914e4484d6..8c7cf27a8f 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -81,7 +81,7 @@ void zend_init_compiler_data_structures(TSRMLS_D) CG(in_compilation) = 0; init_compiler_declarables(TSRMLS_C); CG(throw_list) = NULL; - zend_register_auto_global("GLOBALS", sizeof("GLOBALS")-1 TSRMLS_CC); + zend_register_auto_global("GLOBALS", sizeof("GLOBALS")-1 TSRMLS_CC); CG(in_clone_method) = 0; } |