Changeset 852 for trunk/utils.c
- Timestamp:
- 03/28/2012 03:56:17 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r847 r852 905 905 if (install != XC_NoInstall) { 906 906 CG(in_compilation) = 1; 907 CG(compiled_filename) = sandbox->filename;907 CG(compiled_filename) = ZEND_24((const char *)) sandbox->filename; 908 908 CG(zend_lineno) = 0; 909 909 xc_sandbox_install(sandbox, install TSRMLS_CC);

