Changeset 50
- Timestamp:
- 12/28/04 00:29:36 (4 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.ini (modified) (1 diff)
- eaccelerator/trunk/loader.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r49 r50 4 4 this information are in two places, encoder.h and loader.h 5 5 now it is unified. 6 * Some updates "mmcache" -> "eAccelerator". 6 7 7 8 2004-12-27 Reiner Jung <r.jung at think-e.com.br> eaccelerator/trunk/eaccelerator.ini
r26 r50 61 61 eaccelerator.shm_max = "0" 62 62 63 ; When MMCache fails to get shared memory for new script it removes all64 ; scripts which were not accessed at last "shm_ttl" seconds from shared63 ; When eAccelerator fails to get shared memory for new script it removes 64 ; all scripts which were not accessed at last "shm_ttl" seconds from shared 65 65 ; memory. Default value is "0" that means - don't remove any files from 66 66 ; shared memory. 67 67 eaccelerator.shm_ttl = "0" 68 68 69 ; When MMCache fails to get shared memory for new script it tryes to remove70 ; old script if the previous try was made more then "shm_prune_period"69 ; When eAccelerator fails to get shared memory for new script it tryes to 70 ; remove old script if the previous try was made more then "shm_prune_period" 71 71 ; seconds ago. Default value is "0" that means - don't try to remove any 72 72 ; files from shared memory. eaccelerator/trunk/loader.c
r49 r50 1065 1065 zend_bailout(); 1066 1066 } else { 1067 zend_error(E_ERROR, " MMCacheLoader can't load code. Icorrect code");1067 zend_error(E_ERROR, "eAccelerator Loader can't load code. Icorrect code"); 1068 1068 } 1069 1069 }