1
0
Fork 0

PHP_6: processor: fix script_encoding eleak

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@267 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 17 years ago
parent 83512c514b
commit de084ab362

@ -593,7 +593,11 @@ DEF_STRUCT_P_FUNC(`zend_op_array', , `dnl {{{
IFRESTORE(`COPY(filename)', `PROC_STRING(filename)')
#ifdef IS_UNICODE
PROC_STRING(script_encoding)
IFRESTORE(`
COPY(script_encoding)
', `
PROC_STRING(script_encoding)
')
#endif
#ifdef ZEND_ENGINE_2
DISPATCH(zend_uint, line_start)

Loading…
Cancel
Save