Changeset 481
- Timestamp:
- 2007-10-01T13:35:06+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
processor/head.m4 (modified) (1 diff)
-
processor/processor.m4 (modified) (2 diffs)
-
xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/processor/head.m4
r394 r481 256 256 #endif 257 257 SET_IF_SAME_NAME(__call); 258 #ifdef ZEND_CALLSTATIC_FUNC_NAME 259 SET_IF_SAME_NAME(__callstatic); 260 #endif 258 261 #if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 259 262 SET_IF_SAME_NAME(__tostring); -
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) -
branches/1.2/xcache.h
r457 r481 25 25 #if !defined(ZEND_ENGINE_2_2) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2 || PHP_MAJOR_VERSION > 5) 26 26 # define ZEND_ENGINE_2_2 27 #endif 28 #if !defined(ZEND_ENGINE_2_3) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 3 || PHP_MAJOR_VERSION > 5) 29 # define ZEND_ENGINE_2_3 27 30 #endif 28 31
Note: See TracChangeset
for help on using the changeset viewer.

