Changeset 323 for eaccelerator/trunk/optimize.c
- Timestamp:
- 08/14/07 13:02:03 (1 year ago)
- Files:
-
- eaccelerator/trunk/optimize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/optimize.c
r322 r323 2976 2976 op->extended_value = 0; 2977 2977 } 2978 # if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2 && PHP_RELEASE_VERSION >= 1) || PHP_MAJOR_VERSION >= 6 2979 /* php > 5.2.1 introduces a ZEND_JMP before a ZEND_FETCH_CLASS and ZEND_CATCH 2980 this leaves those blocks intact */ 2981 else if ((op+1)->opcode == ZEND_FETCH_CLASS && (op+2)->opcode == ZEND_CATCH) { /* fix for #242 */ 2982 p->follow = &bb[line_num]; 2983 } 2984 # endif 2978 2985 #endif 2979 2986 break;