Changeset 32

Show
Ignore:
Timestamp:
12/24/04 20:11:10 (4 years ago)
Author:
everaldo_canuto
Message:

fixed constant COMPILE_DL_ELOADER. Thanks to Lyle A.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r31 r32  
     12004-12-24  Everaldo Canuto <everaldo_canuto at yahoo.com.br> 
     2 
     3        * loader.c fixed constant COMPILE_DL_ELOADER. Thanks to Lyle A.  
     4 
    152004-12-23  Everaldo Canuto <everaldo_canuto at yahoo.com.br> 
    26 
  • eaccelerator/trunk/loader.c

    r21 r32  
    4343 
    4444#define MMC_ENCODER_VERSION   0x00000002 
    45  
    4645#define MMC_ENCODER_END       0x00 
    4746#define MMC_ENCODER_NAMESPACE 0x01 
     
    943942 
    944943  if (!zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { 
    945     zend_error(E_ERROR, "Turck MMCache Loader requires php_zlib extension\n"); 
     944    zend_error(E_ERROR, "eAccelerator Loader requires php_zlib extension\n"); 
    946945    return NULL; 
    947946  } 
     
    11791178}; 
    11801179 
    1181 #if defined(COMPILE_DL_TURCKLOADER) 
     1180#if defined(COMPILE_DL_ELOADER) 
    11821181ZEND_GET_MODULE(eaccelerator_loader) 
    11831182#endif