Skip to content

Commit 8c001d5

Browse files
committed
We don't create an actual variable for $GLOBALS any more.
1 parent 90da9bf commit 8c001d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,6 @@ static const struct jit_auto_global_info
16411641
{ "_SERVER", sizeof("_SERVER")-1},
16421642
{ "_ENV", sizeof("_ENV")-1},
16431643
{ "_REQUEST", sizeof("_REQUEST")-1},
1644-
{ "GLOBALS", sizeof("GLOBALS")-1},
16451644
};
16461645

16471646
static zend_string *jit_auto_globals_str[4];

0 commit comments

Comments
 (0)