PHP_6: processor: fix script_encoding eleak
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@267 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
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…
Reference in New Issue