Changeset 548 for trunk/utils.h

Show
Ignore:
Timestamp:
03/21/2008 02:36:17 PM (9 months ago)
Author:
moo
Message:

PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and ZEND_COMPILE_DELAYED_BINDING stuffs for PHP_5_3 support finally

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.h

    r543 r548  
    105105    xc_compilererror_t *compilererrors; 
    106106#endif 
     107 
     108#ifdef ZEND_COMPILE_IGNORE_INTERNAL_CLASSES 
     109    zend_uint orig_compiler_options; 
     110#endif 
    107111} xc_sandbox_t; 
    108112