Changeset 543 for trunk/xcache.c
- Timestamp:
- 03/08/2008 03:55:59 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r542 r543 1 1 2 2 #if 0 3 #define DEBUG3 #define XCACHE_DEBUG 4 4 #endif 5 5 … … 1029 1029 php->cache = xce->cache; 1030 1030 php->hvalue = (hv & php->cache->hphp->mask); 1031 #ifdef DEBUG1031 #ifdef XCACHE_DEBUG 1032 1032 { 1033 1033 char md5str[33];

