Changeset 632 in svn
- Timestamp:
- 2009-07-05T09:43:14Z (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.c
r627 r632 226 226 for (p = xce->cache->entries[xce->hvalue]; p; p = p->next) { 227 227 if (xc_entry_equal_dmz(xce, p)) { 228 if (p->type == XC_TYPE_VAR || /* PHP */ p->data.php->mtime == xce->data.php->mtime && p->data.php->sourcesize == xce->data.php->sourcesize) {228 if (p->type == XC_TYPE_VAR || /* PHP */ (p->data.php->mtime == xce->data.php->mtime && p->data.php->sourcesize == xce->data.php->sourcesize)) { 229 229 p->hits ++; 230 230 p->atime = XG(request_time);
Note: See TracChangeset
for help on using the changeset viewer.