1
0
Fork 0

kill warning

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@852 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2012-03-28 01:56:17 +00:00
parent e391b0f205
commit 8ee211b61c
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ void xc_sandbox_free(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_D
if (install != XC_NoInstall) {
CG(in_compilation) = 1;
CG(compiled_filename) = sandbox->filename;
CG(compiled_filename) = ZEND_24((const char *)) sandbox->filename;
CG(zend_lineno) = 0;
xc_sandbox_install(sandbox, install TSRMLS_CC);
CG(in_compilation) = 0;