Changeset 480 for trunk/processor

Show
Ignore:
Timestamp:
10/01/2007 11:24:34 AM (16 months ago)
Author:
moo
Message:

compile against PHP_5_3

Location:
trunk/processor
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/head.m4

    r393 r480  
    257257#endif 
    258258        SET_IF_SAME_NAME(__call); 
     259#ifdef ZEND_CALLSTATIC_FUNC_NAME 
     260        SET_IF_SAME_NAME(__callstatic); 
     261#endif 
    259262#if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 
    260263        SET_IF_SAME_NAME(__tostring); 
  • trunk/processor/processor.m4

    r393 r480  
    365365    COPY(get_iterator) 
    366366    COPY(interface_gets_implemented) 
     367#ifdef ZEND_ENGINE_2_3 
     368    COPY(get_static_method) 
     369#endif 
    367370    COPY(serialize) 
    368371    COPY(unserialize) 
     
    382385#endif 
    383386    COPY(__call) 
     387#ifdef ZEND_CALLSTATIC_FUNC_NAME 
     388    COPY(__callstatic) 
     389#endif 
    384390    /* # NOT DONE */ 
    385391    COPY(module)