/
opt
/
alt
/
php53
/
etc
/
php.d.std
/
/opt/alt/php53/etc/php.d.std
mkdir
upload
Name
Size
Mode
Actions
60-redis.ini
50
0644
edit
dl
rm
ares.ini
48
0644
edit
dl
rm
bcmath.ini
20
0644
edit
dl
rm
bcompiler.ini
58
0644
edit
dl
rm
big_int.ini
54
0644
edit
dl
rm
bloomy.ini
52
0644
edit
dl
rm
bz2_filter.ini
60
0644
edit
dl
rm
coin_acceptor.ini
66
0644
edit
dl
rm
crack.ini
50
0644
edit
dl
rm
dba.ini
17
0644
edit
dl
rm
dbx.ini
17
0644
edit
dl
rm
dom.ini
17
0644
edit
dl
rm
doublemetaphone.ini
70
0644
edit
dl
rm
eaccelerator.ini
3544
0644
edit
dl
rm
eio.ini
46
0644
edit
dl
rm
enchant.ini
21
0644
edit
dl
rm
fileinfo.ini
22
0644
edit
dl
rm
functional.ini
60
0644
edit
dl
rm
gd.ini
16
0644
edit
dl
rm
gnupg.ini
50
0644
edit
dl
rm
haru.ini
48
0644
edit
dl
rm
hidef.ini
50
0644
edit
dl
rm
huffman.ini
54
0644
edit
dl
rm
idn.ini
46
0644
edit
dl
rm
imagick.ini
54
0644
edit
dl
rm
imap.ini
18
0644
edit
dl
rm
inclued.ini
54
0644
edit
dl
rm
interbase.ini
23
0644
edit
dl
rm
intl.ini
18
0644
edit
dl
rm
json.ini
18
0644
edit
dl
rm
ldap.ini
18
0644
edit
dl
rm
libevent.ini
56
0644
edit
dl
rm
mbstring.ini
22
0644
edit
dl
rm
mcrypt.ini
20
0644
edit
dl
rm
mongo.ini
50
0644
edit
dl
rm
mssql.ini
19
0644
edit
dl
rm
mysqlnd.ini
21
0644
edit
dl
rm
ncurses.ini
54
0644
edit
dl
rm
nd_mysql.ini
22
0644
edit
dl
rm
nd_mysqli.ini
23
0644
edit
dl
rm
nd_pdo_mysql.ini
26
0644
edit
dl
rm
odbc.ini
18
0644
edit
dl
rm
opcache.ini
122
0644
edit
dl
rm
pdo.ini
17
0644
edit
dl
rm
pdo_dblib.ini
23
0644
edit
dl
rm
pdo_firebird.ini
26
0644
edit
dl
rm
pdo_odbc.ini
22
0644
edit
dl
rm
pdo_pgsql.ini
23
0644
edit
dl
rm
pdo_sqlite.ini
24
0644
edit
dl
rm
pgsql.ini
19
0644
edit
dl
rm
phar.ini
18
0644
edit
dl
rm
posix.ini
19
0644
edit
dl
rm
pspell.ini
20
0644
edit
dl
rm
recode.ini
20
0644
edit
dl
rm
rsync.ini
50
0644
edit
dl
rm
snmp.ini
18
0644
edit
dl
rm
soap.ini
18
0644
edit
dl
rm
sockets.ini
21
0644
edit
dl
rm
spl_types.ini
58
0644
edit
dl
rm
sqlite.ini
20
0644
edit
dl
rm
stem.ini
48
0644
edit
dl
rm
sybase_ct.ini
23
0644
edit
dl
rm
sysvmsg.ini
21
0644
edit
dl
rm
sysvsem.ini
21
0644
edit
dl
rm
sysvshm.ini
21
0644
edit
dl
rm
tidy.ini
18
0644
edit
dl
rm
timezonedb.ini
60
0644
edit
dl
rm
translit.ini
56
0644
edit
dl
rm
uri_template.ini
64
0644
edit
dl
rm
wddx.ini
18
0644
edit
dl
rm
xcache_3.ini
1102
0644
edit
dl
rm
xmlreader.ini
23
0644
edit
dl
rm
xmlrpc.ini
20
0644
edit
dl
rm
xmlwriter.ini
23
0644
edit
dl
rm
xrange.ini
52
0644
edit
dl
rm
xsl.ini
17
0644
edit
dl
rm
zip.ini
17
0644
edit
dl
rm
Edit:
/opt/alt/php53/etc/php.d.std/eaccelerator.ini
(3544B)
[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 = ""
Save
cmd:
run