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

First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin seems to work with these changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.h

    r344 r348  
    198198typedef struct _eaccelerator_op_array { 
    199199        zend_uchar type; 
     200#ifdef ZEND_ENGINE_2_3 
     201    zend_uint this_var; 
     202#else 
    200203        zend_bool uses_this; 
     204#endif 
    201205        zend_bool return_reference; 
    202206        zend_uint num_args;