Changeset 94 for trunk/processor/head.m4

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

PHP_5_2: __tostring cache was MFH by php

Files:
1 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