Changeset 669 for trunk/xcache.c
- Timestamp:
- 08/07/2009 04:31:12 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r662 r669 756 756 } 757 757 #endif 758 #ifdef E_STRICT758 #ifdef XCACHE_ERROR_CACHING 759 759 /* restore trigger errors */ 760 760 for (i = 0; i < p->compilererror_cnt; i ++) { … … 1536 1536 #undef X_FREE_UNUSED 1537 1537 /* }}} */ 1538 #ifdef E_STRICT1538 #ifdef XCACHE_ERROR_CACHING 1539 1539 php->compilererrors = ((xc_sandbox_t *) XG(sandbox))->compilererrors; 1540 1540 php->compilererror_cnt = ((xc_sandbox_t *) XG(sandbox))->compilererror_cnt;

