Changeset 543 for trunk/xcache.c

Show
Ignore:
Timestamp:
03/08/2008 03:55:59 AM (9 months ago)
Author:
moo
Message:

renamed DEBUG to XCACHE_DEBUG due to conflict to ext/date

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r542 r543  
    11 
    22#if 0 
    3 #define DEBUG 
     3#define XCACHE_DEBUG 
    44#endif 
    55 
     
    10291029    php->cache  = xce->cache; 
    10301030    php->hvalue = (hv & php->cache->hphp->mask); 
    1031 #ifdef DEBUG 
     1031#ifdef XCACHE_DEBUG 
    10321032    { 
    10331033        char md5str[33];