Show
Ignore:
Timestamp:
07/22/2012 08:57:08 AM (10 months ago)
Author:
moo
Message:

refactor: improve build, kill warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache/xc_compatibility.h

    r1026 r1027  
    233233 
    234234#ifndef PHP_FE_END 
    235 #   define PHP_FE_END {NULL, NULL, NULL} 
     235#   ifdef ZEND_ENGINE_2 
     236#       define PHP_FE_END {NULL, NULL, NULL, 0, 0} 
     237#   else 
     238#       define PHP_FE_END {NULL, NULL, NULL} 
     239#   endif 
    236240#endif 
    237241