initialize script_encoding_list (reported by Gustavo Lopes)

This commit is contained in:
Antony Dovgal 2010-12-27 20:25:34 +00:00
parent 8029a7563c
commit ae0e5a0c8c

View File

@ -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;
}
/* }}} */