Changeset 235 for trunk/xcache.c
- Timestamp:
- 10/11/2006 12:26:23 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r233 r235 1075 1075 1076 1076 restore: 1077 CG(in_compilation) = 1; 1078 CG(compiled_filename) = stored_xce->name.str.val; 1079 CG(zend_lineno) = 0; 1077 1080 #ifdef DEBUG 1078 1081 fprintf(stderr, "restoring\n"); … … 1105 1108 zend_bailout(); 1106 1109 } 1110 CG(in_compilation) = 0; 1111 CG(compiled_filename) = NULL; 1107 1112 #ifdef DEBUG 1108 1113 fprintf(stderr, "restored\n");

