Changeset 32
- Timestamp:
- 12/24/04 20:11:10 (4 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/loader.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r31 r32 1 2004-12-24 Everaldo Canuto <everaldo_canuto at yahoo.com.br> 2 3 * loader.c fixed constant COMPILE_DL_ELOADER. Thanks to Lyle A. 4 1 5 2004-12-23 Everaldo Canuto <everaldo_canuto at yahoo.com.br> 2 6 eaccelerator/trunk/loader.c
r21 r32 43 43 44 44 #define MMC_ENCODER_VERSION 0x00000002 45 46 45 #define MMC_ENCODER_END 0x00 47 46 #define MMC_ENCODER_NAMESPACE 0x01 … … 943 942 944 943 if (!zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { 945 zend_error(E_ERROR, " Turck MMCacheLoader requires php_zlib extension\n");944 zend_error(E_ERROR, "eAccelerator Loader requires php_zlib extension\n"); 946 945 return NULL; 947 946 } … … 1179 1178 }; 1180 1179 1181 #if defined(COMPILE_DL_ TURCKLOADER)1180 #if defined(COMPILE_DL_ELOADER) 1182 1181 ZEND_GET_MODULE(eaccelerator_loader) 1183 1182 #endif