Changeset 455
- Timestamp:
- 2007-07-14T06:47:24+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r454 r455 994 994 995 995 if (!XG(initial_compile_file_called)) { 996 xc_sandbox_free(&sandbox, XC_InstallNoBinding TSRMLS_CC);997 ENTER_LOCK(cache) {998 cache->compiling = 0;999 /* it's not cachable, but don't scare the users with high misses */1000 cache->misses --;1001 } LEAVE_LOCK(cache);1002 996 return op_array; 1003 997 } … … 1314 1308 if (!php.op_array) { 1315 1309 cache->compiling = 0; 1310 /* it's not cachable, but don't scare the users with high misses */ 1311 cache->misses --; 1316 1312 xc_sandbox_free(&sandbox, XC_InstallNoBinding TSRMLS_CC); 1317 1313 return op_array;
Note: See TracChangeset
for help on using the changeset viewer.

