diff options
| -rw-r--r-- | Zend/zend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 849a7edf2f..f4116e5ba1 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -522,6 +522,7 @@ static void compiler_globals_ctor(zend_compiler_globals *compiler_globals TSRMLS } else { compiler_globals->static_members_table = NULL; } + compiler_globals->script_encoding_list = NULL; } /* }}} */ |
