Show
Ignore:
Timestamp:
08/14/07 13:08:41 (1 year ago)
Author:
hans
Message:

Fix for #242 in 0.9.5 branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/optimize.c

    r323 r324  
    29772977                                        } 
    29782978#  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 
     2979                                        /* php >= 5.2.1 introduces a ZEND_JMP before a ZEND_FETCH_CLASS and ZEND_CATCH 
    29802980                                           this leaves those blocks intact */ 
    29812981                                        else if ((op+1)->opcode == ZEND_FETCH_CLASS && (op+2)->opcode == ZEND_CATCH) { /* fix for #242 */