Show
Ignore:
Timestamp:
06/19/08 18:01:31 (4 months ago)
Author:
bart
Message:

Remove support for all php versions older than php 5.1

Files:

Legend:

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

    r297 r344  
    269269    fprintf(F_fp, "\tfunction_table: %u entries\n", ce->function_table.nNumOfElements); 
    270270    fprintf(F_fp, "\tdefault_properties: %u entries\n", ce->default_properties.nNumOfElements); 
    271 #ifdef ZEND_ENGINE_2 
    272271    fprintf(F_fp, "\tproperties_info: %u entries\n", ce->properties_info.nNumOfElements); 
    273 #  ifdef ZEND_ENGINE_2_1 
    274272    fprintf(F_fp, "\tdefault_static_members: %u entries\n", ce->default_static_members.nNumOfElements); 
    275 #  endif 
    276273    fprintf(F_fp, "\tstatic_members: %u entries\n", ce->static_members->nNumOfElements); 
    277274    fprintf(F_fp, "\tconstants_Table: %u entries\n", ce->constants_table.nNumOfElements); 
     
    285282    fprintf(F_fp, "\tdoc_comment_len: %u\n", ce->doc_comment_len); 
    286283#  endif 
    287 #endif 
    288284    fflush(F_fp); 
    289285} 
     
    299295    fprintf(F_fp, "\tfunction_table: %u entries\n", ce->function_table.nNumOfElements); 
    300296    fprintf(F_fp, "\tdefault_properties: %u entries\n", ce->default_properties.nNumOfElements); 
    301 #ifdef ZEND_ENGINE_2 
    302297    fprintf(F_fp, "\tproperties_info: %u entries\n", ce->properties_info.nNumOfElements); 
    303 #  ifdef ZEND_ENGINE_2_1 
    304298    fprintf(F_fp, "\tdefault_static_members: %u entries\n", ce->default_static_members.nNumOfElements); 
    305 #  endif 
    306299    fprintf(F_fp, "\tstatic_members: %u entries\n", ce->static_members->nNumOfElements); 
    307300    fprintf(F_fp, "\tconstants_Table: %u entries\n", ce->constants_table.nNumOfElements); 
     
    315308    fprintf(F_fp, "\tdoc_comment_len: %u\n", ce->doc_comment_len); 
    316309#  endif 
    317 #endif 
    318310    fflush(F_fp); 
    319311}