Changeset 94

Show
Ignore:
Timestamp:
07/16/2006 11:19:40 AM (7 years ago)
Author:
moo
Message:

PHP_5_2: __tostring cache was MFH by php

Location:
trunk/processor
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/head.m4

    r90 r94  
    201201#endif 
    202202        SET_IF_SAME_NAME(__call); 
    203 #if PHP_MAJOR_VERSION >= 6 
     203#if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 
    204204        SET_IF_SAME_NAME(__tostring); 
    205205#endif 
  • trunk/processor/processor.m4

    r91 r94  
    348348    COPY(__unset) 
    349349    COPY(__isset) 
    350 # if PHP_MAJOR_VERSION >= 6 
     350# if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 
    351351    COPY(__tostring) 
    352352# endif