Changeset 631 for trunk/xcache.c
- Timestamp:
- 2009-07-05T11:42:31+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r588 r631 293 293 for (p = xce->cache->entries[xce->hvalue]; p; p = p->next) { 294 294 if (xc_entry_equal_dmz(xce, p)) { 295 if (p->type == XC_TYPE_VAR || /* PHP */ p->mtime == xce->mtime && p->data.php->sourcesize == xce->data.php->sourcesize) {295 if (p->type == XC_TYPE_VAR || /* PHP */ (p->mtime == xce->mtime && p->data.php->sourcesize == xce->data.php->sourcesize)) { 296 296 p->hits ++; 297 297 p->atime = XG(request_time);
Note: See TracChangeset
for help on using the changeset viewer.

