SOURCES: php4-eaccelerator.ini - use shm and fallback to disk for ...

glen glen at pld-linux.org
Wed Aug 24 12:51:48 CEST 2005


Author: glen                         Date: Wed Aug 24 10:51:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use shm and fallback to disk for speed

---- Files affected:
SOURCES:
   php4-eaccelerator.ini (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/php4-eaccelerator.ini
diff -u SOURCES/php4-eaccelerator.ini:1.2 SOURCES/php4-eaccelerator.ini:1.3
--- SOURCES/php4-eaccelerator.ini:1.2	Wed Aug 24 12:32:22 2005
+++ SOURCES/php4-eaccelerator.ini	Wed Aug 24 12:51:43 2005
@@ -90,9 +90,9 @@
 ; "shm_only"     - cache data in shared memory
 ; "disk_only"    - cache data on disk
 ; "none"         - don't cache data
-eaccelerator.keys     = "shm_and_disk"
-eaccelerator.sessions = "shm_and_disk"
-eaccelerator.content  = "shm_and_disk"
+eaccelerator.keys     = "shm"
+eaccelerator.sessions = "shm"
+eaccelerator.content  = "shm"
 
 ; eAccelerator can be managed through web interface script  eaccelerator.php. So
 ; you need to put this file on  your  web  site.  For  security  reasons  it  is
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php4-eaccelerator.ini?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list