Changeset 246 for tags/1.1/xcache.c
- Timestamp:
- 10/11/2006 09:03:55 AM (2 years ago)
- Files:
-
- 1 modified
-
tags/1.1/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/1.1/xcache.c
r154 r246 985 985 986 986 restore: 987 if (php_check_open_basedir(stored_xce->name.str.val TSRMLS_CC) != 0) { 988 return NULL; 989 } 990 987 CG(in_compilation) = 1; 988 CG(compiled_filename) = stored_xce->name.str.val; 989 CG(zend_lineno) = 0; 991 990 #ifdef DEBUG 992 991 fprintf(stderr, "restoring\n"); … … 1016 1015 zend_bailout(); 1017 1016 } 1017 CG(in_compilation) = 0; 1018 CG(compiled_filename) = NULL; 1018 1019 #ifdef DEBUG 1019 1020 fprintf(stderr, "restored\n");

