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
This commit is contained in:
Xuefer 2006-10-29 02:03:44 +00:00
parent 83512c514b
commit de084ab362
1 changed files with 5 additions and 1 deletions

View File

@ -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)