Changeset 39

Show
Ignore:
Timestamp:
12/27/04 02:03:07 (4 years ago)
Author:
segv74
Message:

work around patch for these errors.


1089048 phpmailer does not work
1090103 Object default (construct) functions
1083436 eAccelerator 0.9 with php5 cant use +=(-=) with arrays

Files:

Legend:

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

    r21 r39  
    24622462        if ((op->result.u.EA.type & EXT_TYPE_UNUSED) != 0 && 
    24632463            op->op1.op_type == IS_VAR && 
     2464#ifdef  ZEND_ENGINE_2 
     2465            op->extended_value != ZEND_ASSIGN_DIM && 
     2466            op->extended_value != ZEND_ASSIGN_OBJ && 
     2467#endif 
    24642468            IS_DEFINED(op->op1)) { 
    24652469          zend_op *x = DEFINED_OP(op->op1);