You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1021 B
30 lines
1021 B
|
21 years ago
|
Index: eaccelerator.ini
|
||
|
|
--- eaccelerator.ini.orig 2004-12-28 00:29:36 +0100
|
||
|
|
+++ eaccelerator.ini 2004-12-28 20:12:46 +0100
|
||
|
|
@@ -1,23 +1,6 @@
|
||
|
|
-[eaccelerator]
|
||
|
|
|
||
|
|
-;;;;;;;;;;;;;;;;;;;
|
||
|
|
-; About this file ;
|
||
|
|
-;;;;;;;;;;;;;;;;;;;
|
||
|
|
-;
|
||
|
|
-; eAccelerator is compatible with Zend Optimizer's loader. Zend Optimizer
|
||
|
|
-; must be installed after eAccelerator in php.ini. If you don't use scripts
|
||
|
|
-; encoded with Zend Encoder then we do not recommend you install Zend Optimizer
|
||
|
|
-; with eAccelerator.
|
||
|
|
-
|
||
|
|
-
|
||
|
|
-; You must uncomment one (and only one) line from the following to load
|
||
|
|
-; eAccelerator extension.
|
||
|
|
-;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"
|
||
|
|
+; Load the extension module
|
||
|
|
+zend_extension="eaccelerator.so"
|
||
|
|
|
||
|
|
; The amount of shared memory (in megabytes) that eAccelerator will use.
|
||
|
|
; "0" means OS default. Default value is "0".
|