Changeset 491 for trunk/xcache.h

Show
Ignore:
Timestamp:
12/29/2007 03:44:16 AM (11 months ago)
Author:
moo
Message:

PHP_5_3: support for new zvalue_value.type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.h

    r485 r491  
    5555#ifndef Z_SET_REFCOUNT 
    5656#   define Z_SET_REFCOUNT(z, rc) (z).refcount = rc; 
     57#endif 
     58#ifndef IS_CONSTANT_TYPE_MASK 
     59#   define IS_CONSTANT_TYPE_MASK 0xf 
    5760#endif 
    5861