Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
alt-php53-eaccelerator /
Delete
Unzip
Name
Size
Permission
Date
Action
AUTHORS
670
B
-rw-r--r--
2012-08-16 13:34
COPYING
17.57
KB
-rw-r--r--
2012-08-16 13:34
ChangeLog
48.01
KB
-rw-r--r--
2012-08-16 13:34
NEWS
9.53
KB
-rw-r--r--
2012-08-16 13:34
PHP_Highlight.php
16.65
KB
-rw-r--r--
2012-08-16 13:34
README
7.11
KB
-rw-r--r--
2012-08-16 13:34
README.win32
2.7
KB
-rw-r--r--
2012-08-16 13:34
bugreport.php
2.57
KB
-rw-r--r--
2012-08-16 13:34
control.php
19.66
KB
-rw-r--r--
2012-08-16 13:34
dasm.php
10.82
KB
-rw-r--r--
2012-08-16 13:34
eaccelerator.ini
3.46
KB
-rw-r--r--
2026-07-06 12:02
run-tests.php
76.57
KB
-rw-r--r--
2026-07-06 12:02
Save
Rename
[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/php/modules/eaccelerator.so" ;zend_extension_ts="/usr/lib/php/modules/eaccelerator.so" ;extension="eaccelerator.dll" ;zend_extension_ts="c:\php4\eaccelerator.dll" ;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". eaccelerator.shm_size = "0" ; The directory that is used for disk cache. eAccelerator stores precompiled ; code, session data, content and user entries here. The same data can be ; stored in shared memory also (for more quick access). Default value is ; "/var/cache/php-eaccelerator". eaccelerator.cache_dir = "/var/cache/php-eaccelerator" ; Enables or disables eAccelerator. Should be "1" for enabling or ; "0" for disabling. Default value is "1". eaccelerator.enable = "1" ; Enables or disables internal peephole optimizer which may speed up code ; execution. Should be "1" for enabling or "0" for disabling. ; Default value is "1". eaccelerator.optimizer = "1" ; Enables or disables debug logging. Setting this to 1 will print information ; to the log file about the cach hits of a file. eaccelerator.debug = 0 ; Set the log file for eaccelerator. When this option isn't set then the data ; will be logged to stderr eaccelerator.log_file = "/var/log/httpd/eaccelerator_log" ; A string that's prepended to all keys. This allows two applications that use the ; same key names to run on the same host by setting this in .htaccess or in the main ; configuration file for the whole webserver. eaccelerator.name_space = "" ; Enables or disables PHP file modification checking. Should be "1" ; for enabling or "0" for disabling. You should set it to "1" if you want ; to recompile PHP files after modification. Default value is "1". eaccelerator.check_mtime = "1" ; Determine which PHP files must be cached. You may specify the number of ; patterns (for example "*.php *.phtml") which specifies to cache or ; not to cache. If pattern starts with the character "!", it means to ignore ; files which are matched by the following pattern. Default value is "" that ; means - all PHP scripts will be cached. eaccelerator.filter = "" ; When eAccelerator fails to get shared memory for new script it removes ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. eaccelerator.shm_ttl = "0" ; When eAccelerator fails to get shared memory for new script it tries to ; remove old script if the previous try was made more then "shm_prune_period" ; seconds ago. Default value is "0" that means - don't try to remove any ; files from shared memory. eaccelerator.shm_prune_period = "0" ; Enables or disables caching of compiled scripts on disk. It has no effect ; on session data and content caching. ; Default value is "0" that means - use disk and shared memory for caching. eaccelerator.shm_only = "0" ; The script paths that are allowed to get admin information and do admin ; controls eaccelerator.allowed_admin_path = ""