Show
Ignore:
Timestamp:
11/13/2012 09:14:40 AM (6 months ago)
Author:
moo
Message:

improve compatibility with "the ionCube PHP Loader" by skipping ZEND_VM_SET_OPCODE_HANDLER in redo two_pass

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache/xc_utils.c

    r1112 r1170  
    253253                break; 
    254254        } 
    255         ZEND_VM_SET_OPCODE_HANDLER(opline); 
     255        /* ZEND_VM_SET_OPCODE_HANDLER(opline); this is not undone, don't redo. only do this for loader */ 
    256256#endif 
    257257        opline++;