Changeset 77

Show
Ignore:
Timestamp:
05/09/05 14:50:08 (4 years ago)
Author:
zoeloelip
Message:

Fixes the segfault when loading encoded script with eloader and php5

Files:

Legend:

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

    r68 r77  
    567567        unsigned int ops = op_dsc->ops; 
    568568#ifdef ZEND_ENGINE_2 
    569 /*??? FIXME 
     569#ifdef HAVE_EACCELERATOR_STANDALONE_LOADER 
    570570        opline->handler = zend_opcode_handlers[opline->opcode]; 
    571 */ 
     571#else 
    572572        opline->handler = get_opcode_handler(opline->opcode TSRMLS_CC); 
     573#endif 
    573574#endif 
    574575#if MMC_ENCODER_VERSION < 2