Changeset 481 for branches/1.2/processor/processor.m4
- Timestamp:
- 10/01/2007 11:35:06 AM (14 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478,480
-
branches/1.2/processor/processor.m4
r394 r481 365 365 COPY(get_iterator) 366 366 COPY(interface_gets_implemented) 367 #ifdef ZEND_ENGINE_2_3 368 COPY(get_static_method) 369 #endif 367 370 COPY(serialize) 368 371 COPY(unserialize) … … 382 385 #endif 383 386 COPY(__call) 387 #ifdef ZEND_CALLSTATIC_FUNC_NAME 388 COPY(__callstatic) 389 #endif 384 390 /* # NOT DONE */ 385 391 COPY(module)

