SOURCES: eaccelerator.ini - load extension (claims of php-module-i...

glen glen at pld-linux.org
Sun Sep 11 23:00:44 CEST 2005


Author: glen                         Date: Sun Sep 11 21:00:44 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- load extension (claims of php-module-install loading it is false)
- set cachedir

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

---- Diffs:

================================================================
Index: SOURCES/eaccelerator.ini
diff -u SOURCES/eaccelerator.ini:1.3 SOURCES/eaccelerator.ini:1.4
--- SOURCES/eaccelerator.ini:1.3	Sun Sep 11 22:58:28 2005
+++ SOURCES/eaccelerator.ini	Sun Sep 11 23:00:38 2005
@@ -1,13 +1,8 @@
 ; This is example only. Please read full documentation
 
-; ### NOTE: we have php-module-install and it takes care of following:
-;
-;;extension="eaccelerator.so"
-;;zend_extension="/usr/lib/php4/eaccelerator.so"
-;;zend_extension_ts="/usr/lib/php4/eaccelerator.so"
-;;extension="eaccelerator.dll"
-;;zend_extension_ts="c:\php4\eaccelerator.dll"
-;;zend_extension="c:\php4\eaccelerator.dll"
+extension="eaccelerator.so"
+;zend_extension="/usr/lib/php/eaccelerator.so"
+;zend_extension_ts="/usr/lib/php/eaccelerator.so"
 
 ; You must uncomment one (and only one) line from the following to load
 ; the eAccelerator extension.
@@ -16,7 +11,7 @@
 ;The amount of shared memory (in megabytes) that eAccelerator will use.
 ; "0" means OS default. Default value is "0".
 
-eaccelerator.cache_dir = "/tmp/eaccelerator"
+eaccelerator.cache_dir = "/var/cache/eaccelerator"
 ; The directory that is used for disk cache. eAccelerator stores precompiled
 ; code, session data, content and user entries here. The same data can also
 ; be stored in shared memory (for more quick access). Default value is
================================================================

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




More information about the pld-cvs-commit mailing list