Show
Ignore:
Timestamp:
12/28/04 00:15:15 (4 years ago)
Author:
everaldo_canuto
Message:

Move encoder version information to eaccelerator.h, today this information are in two places, encoder.h and loader.h now it is unified.

Files:

Legend:

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

    r44 r49  
    3535 
    3636#include "opcodes.h" 
    37  
    3837#include "zend.h" 
    3938#include "zend_API.h" 
    4039#include "php.h" 
    41  
    4240#include <math.h> 
    43  
    44 #define MMC_ENCODER_VERSION   0x00000003 
    45  
    46 #define MMC_ENCODER_END       0x00 
    47 #define MMC_ENCODER_NAMESPACE 0x01 
    48 #define MMC_ENCODER_CLASS     0x02 
    49 #define MMC_ENCODER_FUNCTION  0x03 
    5041 
    5142#ifndef WITHOUT_FILE_FILTER