Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svnmerge-integrated changed
/branches/1.2 merged: 449
- Property svnmerge-integrated changed
-
trunk/ChangeLog
r448 r451 6 6 ChangeLog 7 7 ======== 8 * bug fix for compatibility with Zend Optimizer and other non-cachable 8 9 * #55: segv php tokenizer on certain special situation 9 10 * new: xcache.stat = On -
trunk/NEWS
r448 r451 1 1 2.0.0 2007-?-? 2 2 ======== 3 * bug fix for compatibility with Zend Optimizer and other non-cachable 3 4 * a rare segv bug with token_get_all 4 5 * compatibility fix for apache 1.x, which init XCache module correctly -
trunk/xcache.c
r450 r451 995 995 if (!XG(initial_compile_file_called)) { 996 996 xc_sandbox_free(&sandbox, XC_InstallNoBinding TSRMLS_CC); 997 ENTER_LOCK(cache) { 998 cache->compiling = 0; 999 } LEAVE_LOCK(cache); 997 1000 return op_array; 998 1001 }

