Show
Ignore:
Timestamp:
06/20/08 11:20:20 (6 months ago)
Author:
bart
Message:

Failed to stage the commit properly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ea_restore.c

    r348 r350  
    4848#if HARDENING_PATCH_HASH_PROTECT 
    4949extern unsigned int zend_hash_canary; 
    50 #endif 
    51  
    52 #ifdef ZEND_ENGINE_2_3 
    53     #define RESET_PZVAL_REFCOUNT(z) Z_SET_REFCOUNT_P(z, 1) 
    54 #else 
    55     #define RESET_PZVAL_REFCOUNT(z) (z)->refcount = 1; 
    5650#endif 
    5751