Changeset 97
- Timestamp:
- 2006-08-26T04:08:15+02:00 (7 years ago)
- Location:
- branches/1.0/processor
- Files:
-
- 2 edited
-
head.m4 (modified) (1 diff)
-
processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/processor/head.m4
r58 r97 201 201 #endif 202 202 SET_IF_SAME_NAME(__call); 203 #if PHP_MAJOR_VERSION >= 6203 #if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 204 204 SET_IF_SAME_NAME(__tostring); 205 205 #endif -
branches/1.0/processor/processor.m4
r56 r97 344 344 COPY(__unset) 345 345 COPY(__isset) 346 # if PHP_MAJOR_VERSION >= 6346 # if defined(ZEND_ENGINE_2_2) || PHP_MAJOR_VERSION >= 6 347 347 COPY(__tostring) 348 348 # endif
Note: See TracChangeset
for help on using the changeset viewer.

