Changeset 50

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

Some updates mmcache -> eaccelerator.

Files:

Legend:

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

    r49 r50  
    44        this information are in two places, encoder.h and loader.h 
    55        now it is unified. 
     6        * Some updates "mmcache" -> "eAccelerator". 
    67 
    782004-12-27  Reiner Jung <r.jung at think-e.com.br> 
  • eaccelerator/trunk/eaccelerator.ini

    r26 r50  
    6161eaccelerator.shm_max = "0" 
    6262 
    63 ; When MMCache fails to get shared memory for new script it removes all 
    64 ; scripts which were not accessed at last "shm_ttl" seconds from shared 
     63; 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 
    6565; memory. Default value is "0" that means - don't remove any files from 
    6666; shared memory. 
    6767eaccelerator.shm_ttl = "0" 
    6868 
    69 ; When MMCache fails to get shared memory for new script it tryes to remove 
    70 ; 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" 
    7171; seconds ago. Default value is "0" that means - don't try to remove any 
    7272; files from shared memory. 
  • eaccelerator/trunk/loader.c

    r49 r50  
    10651065      zend_bailout(); 
    10661066    } else { 
    1067       zend_error(E_ERROR, "MMCache Loader can't load code. Icorrect code"); 
     1067      zend_error(E_ERROR, "eAccelerator Loader can't load code. Icorrect code"); 
    10681068    } 
    10691069  }