X7ROOT File Manager
Current Path:
/opt/alt/php52/etc/php.d.all
opt
/
alt
/
php52
/
etc
/
php.d.all
/
📁
..
📄
apc.ini
(3.02 KB)
📄
apm.ini
(64 B)
📄
ares.ini
(49 B)
📄
bcmath.ini
(53 B)
📄
bcompiler.ini
(59 B)
📄
big_int.ini
(55 B)
📄
bitset.ini
(52 B)
📄
bloomy.ini
(53 B)
📄
bz2_filter.ini
(61 B)
📄
coin_acceptor.ini.disabled
(67 B)
📄
crack.ini
(51 B)
📄
dba.ini
(47 B)
📄
dbase.ini
(51 B)
📄
dbx.ini
(47 B)
📄
dom.ini
(47 B)
📄
doublemetaphone.ini
(71 B)
📄
eaccelerator.ini
(3.46 KB)
📄
enchant.ini
(55 B)
📄
fileinfo.ini
(57 B)
📄
gd.ini
(45 B)
📄
gender.ini
(52 B)
📄
geoip.ini
(50 B)
📄
geos.ini
(48 B)
📄
gmagick.ini
(54 B)
📄
gnupg.ini
(50 B)
📄
haru.ini
(49 B)
📄
hidef.ini
(51 B)
📄
htscanner.ini.disabled
(58 B)
📄
http.ini
(48 B)
📄
huffman.ini
(55 B)
📄
idn.ini
(47 B)
📄
igbinary.ini
(56 B)
📄
imagick.ini
(54 B)
📄
imap.ini
(49 B)
📄
inclued.ini
(55 B)
📄
inotify.ini
(54 B)
📄
interbase.ini
(59 B)
📄
intl.ini
(49 B)
📄
ioncube_loader.ini
(70 B)
📄
json.ini
(49 B)
📄
ldap.ini
(49 B)
📄
lzf.ini
(46 B)
📄
mailparse.ini
(80 B)
📄
mbstring.ini
(57 B)
📄
mcrypt.ini
(53 B)
📄
memcache.ini.disabled
(56 B)
📄
memcached.ini.disabled
(80 B)
📄
mongo.ini
(69 B)
📄
msgpack.ini
(54 B)
📄
mssql.ini
(51 B)
📄
mysql.ini
(51 B)
📄
mysqli.ini
(53 B)
📄
ncurses.ini
(55 B)
📄
oauth.ini
(50 B)
📄
odbc.ini
(49 B)
📄
opcache.ini
(97 B)
📄
pdf.ini
(49 B)
📄
pdo.ini
(47 B)
📄
pdo_dblib.ini
(76 B)
📄
pdo_firebird.ini
(82 B)
📄
pdo_mysql.ini
(76 B)
📄
pdo_odbc.ini
(74 B)
📄
pdo_pgsql.ini
(76 B)
📄
pdo_sqlite.ini
(78 B)
📄
pgsql.ini
(51 B)
📄
phar.ini
(49 B)
📄
posix.ini
(51 B)
📄
pspell.ini
(53 B)
📄
quickhash.ini
(59 B)
📄
radius.ini
(53 B)
📄
recode.ini
(53 B)
📄
redis.ini
(111 B)
📄
rsync.ini
(51 B)
📄
snmp.ini
(49 B)
📄
soap.ini
(49 B)
📄
sockets.ini
(55 B)
📄
sourceguardian.ini
(65 B)
📄
spl_types.ini
(59 B)
📄
sqlite.ini
(70 B)
📄
ssh2.ini
(48 B)
📄
stats.ini
(50 B)
📄
stem.ini
(49 B)
📄
stomp.ini
(51 B)
📄
suhosin.ini
(55 B)
📄
sybase_ct.ini
(59 B)
📄
sysvmsg.ini
(55 B)
📄
sysvsem.ini
(55 B)
📄
sysvshm.ini
(55 B)
📄
tidy.ini
(49 B)
📄
timezonedb.ini
(60 B)
📄
translit.ini
(57 B)
📄
uploadprogress.ini
(68 B)
📄
uuid.ini
(48 B)
📄
wddx.ini
(49 B)
📄
xcache_3.ini
(1.08 KB)
📄
xdebug.ini
(94 B)
📄
xdiff.ini
(50 B)
📄
xhprof.ini
(52 B)
📄
xmlreader.ini
(76 B)
📄
xmlrpc.ini
(53 B)
📄
xmlwriter.ini
(59 B)
📄
xrange.ini
(53 B)
📄
xsl.ini
(64 B)
📄
yaf.ini
(46 B)
📄
yaz.ini
(46 B)
📄
zend_optimizer.ini
(71 B)
📄
zip.ini
(47 B)
Editing: apc.ini
; Enable apc extension module extension = apc.so ; Options for the APC module version >= 3.1.3 ; See http://www.php.net/manual/en/apc.configuration.php ; This can be set to 0 to disable APC. apc.enabled=1 ; The number of shared memory segments to allocate for the compiler cache. apc.shm_segments=1 ; The size of each shared memory segment, with M/G suffix apc.shm_strings_buffer=1M apc.shm_size=32M ; A "hint" about the number of distinct source files that will be included or ; requested on your web server. Set to zero or omit if you are not sure; apc.num_files_hint=1024 ; Just like num_files_hint, a "hint" about the number of distinct user cache ; variables to store. Set to zero or omit if you are not sure; apc.user_entries_hint=4096 ; The number of seconds a cache entry is allowed to idle in a slot in case this ; cache entry slot is needed by another entry. apc.ttl=7200 ; use the SAPI request start time for TTL apc.use_request_time=1 ; The number of seconds a user cache entry is allowed to idle in a slot in case ; this cache entry slot is needed by another entry. apc.user_ttl=7200 ; The number of seconds that a cache entry may remain on the garbage-collection list. apc.gc_ttl=3600 ; On by default, but can be set to off and used in conjunction with positive ; apc.filters so that files are only cached if matched by a positive filter. apc.cache_by_default=1 ; A comma-separated list of POSIX extended regular expressions. apc.filters ; The mktemp-style file_mask to pass to the mmap module apc.mmap_file_mask=/dev/zero ; This file_update_protection setting puts a delay on caching brand new files. apc.file_update_protection=2 ; Setting this enables APC for the CLI version of PHP (Mostly for testing and debugging). apc.enable_cli=0 ; Prevents large files from being cached apc.max_file_size=1M ; Whether to stat the main script file and the fullpath includes. apc.stat=1 ; Vertification with ctime will avoid problems caused by programs such as svn or rsync by making ; sure inodes have not changed since the last stat. APC will normally only check mtime. apc.stat_ctime=0 ; Whether to canonicalize paths in stat=0 mode or fall back to stat behaviour apc.canonicalize=0 ; With write_lock enabled, only one process at a time will try to compile an ; uncached script while the other processes will run uncached apc.write_lock=1 ; Logs any scripts that were automatically excluded from being cached due to early/late binding issues. apc.report_autofilter=0 ; RFC1867 File Upload Progress hook handler apc.rfc1867=0 apc.rfc1867_prefix =upload_ apc.rfc1867_name=APC_UPLOAD_PROGRESS apc.rfc1867_freq=0 apc.rfc1867_ttl=3600 ; Optimize include_once and require_once calls and avoid the expensive system calls used. apc.include_once_override=0 apc.lazy_classes=0 apc.lazy_functions=0 ; Enables APC handling of signals, such as SIGSEGV, that write core files when signaled. ; APC will attempt to unmap the shared memory segment in order to exclude it from the core file apc.coredump_unmap=0 ; Records a md5 hash of files. apc.file_md5=0 ; not documented apc.preload_path
Upload File
Create Folder