Show
Ignore:
Timestamp:
01/06/05 05:12:26 (4 years ago)
Author:
segv74
Message:

bug fix for 1091815 ( Encoded files and php4.3.10 )
- not much tested yet.

Files:

Legend:

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

    r49 r57  
    858858          case EXT_INIT_FCALL: 
    859859          case EXT_FETCH: 
    860           case EXT_FE: 
    861860          case EXT_CAST: 
    862861          case EXT_DECLARE: 
     
    866865          case EXT_ASSIGN: 
    867866            encode((unsigned char)opline->extended_value); 
     867            break; 
     868          case EXT_FE: 
     869#if MMC_ENCODER_VERSION >= 3 
     870            encode((unsigned char)opline->extended_value); 
     871#endif 
    868872            break; 
    869873          case EXT_OPLINE: