Deprecated: Automatic conversion of false to array is deprecated in /home/zennetw1/public_html/check/index.php on line 2209
Tiki Server Compatibility

Database credentials

Couldn't connect to database, please provide valid credentials.

MySQL or MariaDB Database Properties

Nothing to display.

Test sending emails

:

Server Information

Property Value Tiki Fitness OK Explanation
Property: Operating System
Linux
Property: Release
N/A
Property: Web Server
LiteSpeed
Property: Server Signature
off

Server Properties

Property Value Tiki Fitness OK Explanation
Property: Disk Space
good
2.10 TB
More than 251MB of free disk space is available. Tiki will run smoothly, but there may be issues when the site grows (because of file uploads, for example). When the disk space is filled, users, including administrators, will not be able to log in to Tiki. This test cannot reliably check for quotas, so be warned that if this server makes use of them, there might be less disk space available than reported.

Apache properties

You are either not running the preferred Apache web server or you are running PHP with a SAPI that does not allow checking Apache properties (for example, CGI or FPM).

IIS properties

You are not running IIS web server.

PHP scripting language properties

Property Value Tiki Fitness OK Explanation
Property: Error logging
info
Enabled
Errors will be logged, since log_errors is enabled. Also, display_errors is disabled. This is good practice for a production site, to log the errors instead of displaying them. How to change this value
Property: Error reporting
info
Disabled
No errors will be reported, because display_errors is turned off. This may be appropriate for a production site but, in any problems occur, enable it in php.ini to get more information. The error_reporting level is reasonable at 32759. How to change this value
Property: ini_set
good
Enabled
ini_set is used in some places to accommodate special needs of some Tiki features. How to change this value
Property: DB Driver
good
PDO
The PDO extension is the suggested database driver/abstraction layer.
Property: PHP version
good
8.1.30
This version of PHP is recent. Versions 19.x and newer will work fine on this version of PHP. Please see http://doc.tiki.org/Requirements for details.
Property: PHP CLI version
good
8.1.30
The version of the command line executable of PHP (/usr/local/bin/php) is the same version as the web server version.
Property: PHP Server API
info
litespeed
PHP is not being run as CGI. Be aware that PHP is not thread-safe and you should not use a threaded Apache MPM (like worker).
Property: ByteCode Cache
info
N/A
Neither APC, xCache, nor OPcache is being used as the ByteCode Cache; if one of these were used and correctly configured, performance would be increased. See Admin->Performance in the Tiki for more details.
Property: memory_limit
unsure
128M
The memory_limit is at 128M. This will normally work, but the site might run into problems when it grows. How to change this value
Property: session.save_handler
good
files
Well set! The default setting of 'files' is recommended for Tiki. How to change this value
Property: session.save_path
good
/var/cpanel/php/sessions/ea-php81
The session.save_path is writable. How to change this value
Property: session.gc_probability
info
0
In conjunction with gc_divisor is used to manage probability that the gc (garbage collection) routine is started.
Property: session.gc_divisor
info
0
Coupled with session.gc_probability defines the probability that the gc (garbage collection) process is started on every session initialization. The probability is calculated by using gc_probability/gc_divisor, e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
Property: session.gc_maxlifetime
info
1440s
Specifies the number of seconds after which data will be seen as 'garbage' and potentially cleaned up. Garbage collection may occur during session start.
Property: session
unsure
empty
The session is empty. Try reloading the page and, if this message is displayed again, there may be a problem with the server setup.
Property: zlib.output_compression
info
Off
zlib output compression is turned off. This reduces CPU usage. On the other hand, turning it on would save bandwidth. The appropriate choice can be made for this Tiki. How to change this value
Property: default_charset
good
UTF-8
Correctly set! Tiki is fully UTF-8 and so should be this installation. How to change this value
Property: date.timezone
good
UTC
Well done! Having a time zone set protects the site from related errors. How to change this value
Property: file_uploads
good
On
Files can be uploaded to Tiki.
Property: max_execution_time
good
30s
The max_execution_time is at 30. This is a good value for production sites. If timeouts are experienced (such as when performing admin functions) this may need to be increased nevertheless. How to change this value
Property: max_input_time
good
60s
The max_input_time is at 60. This is a good value for production sites. If timeouts are experienced (such as when performing admin functions) this may need to be increased nevertheless. How to change this value
Property: max_file_uploads
info
20
The max_file_uploads is at 20. This is the maximum number of files allowed to be uploaded simultaneously. How to change this value
Property: upload_max_filesize
unsure
2M
The upload_max_filesize is at 2M. This is not a bad amount, but be sure the level is high enough to accommodate the needs of the site. How to change this value
Property: post_max_size
good
8M
The post_max_size is at 8M. Quite large files can be uploaded, but keep in mind to set the script timeouts accordingly. How to change this value
Property: fileinfo
unsure
Not available
The fileinfo extension is needed for the 'Validate uploaded file content' preference.
Property: intl
unsure
Not available
intl extension is preferred for Tiki 15 and newer. Because is not available, the filters for text will not be able to detect the language and will use a generic range of characters as letters.
Property: gd
unsure
bundled (2.1.0 compatible)
The GD extension is loaded, and Tiki can create images, but the FreeType extension is needed for CAPTCHA text generation.
Property: Image Magick
info
Not Available
ImageMagick is used as a fallback in case GD is not available.
Property: mbstring
good
Loaded
mbstring extension is needed for an UTF-8 compatible lower case filter, in the admin search for example.
Property: calendar
good
Loaded
calendar extension is needed by Tiki.
Property: ctype
good
Loaded
ctype extension is needed by Tiki.
Property: libxml
good
Loaded
This extension is needed for the dom extension (see below).
Property: dom
good
Loaded
This extension is needed by Tiki
Property: LDAP
info
Not available
Tiki will not be able to connect to an LDAP server as the needed PHP extension is missing. More info at: http://doc.tiki.org/LDAP
Property: memcached
info
Not available
This extension can be used to speed up Tiki by saving sessions as well as wiki and forum data on a memcached server.
Property: redis
info
Not available
This extension can be used to speed up Tiki by saving wiki and forum data on a redis server.
Property: SSH2
info
Not available
This extension is needed for the show.tiki.org tracker field type, up to Tiki 17.
Property: soap
info
Not available
This extension is used by Tiki for some types of web services.
Property: carray
info
Not available
High-performance scientific computing library for PHP
Property: curl
good
Loaded
This extension is required for H5P.
Property: json
good
Loaded
This extension is required for many features in Tiki.
Property: sodium
unsure
Not available
Enable safe, encrypted storage of data such as passwords. Since Tiki 22, Sodium lib (included in PHP 7.2 core) is used for the User Encryption feature and improves encryption in other features, when available.
Property: openssl
good
Loaded
Enable safe, encrypted storage of data such as passwords. Tiki 21 and earlier versions, require OpenSSL for the User Encryption feature and improves encryption in other features, when available.
Property: mcrypt
info
Not available
MCrypt is abandonware and is being phased out. Starting in version 18 up to 21, Tiki uses OpenSSL where it previously used MCrypt, except perhaps via third-party libraries.
Property: iconv
good
Loaded
This extension is required and used frequently in validation functions invoked within Zend Framework.
Property: eval()
good
Available
The eval() function is required by the Smarty templating engine.
Property: ZipArchive class
good
Available
The ZipArchive class is needed for features such as XML Wiki Import/Export and PluginArchiveBuilder.
Property: DateTime class
good
Available
The DateTime class is needed for the WebDAV feature.
Property: Xdebug
info
Not Available
Xdebug can be very handy for a development server, but it might be better to disable it when on a production server.

Change PHP configuration values: You can check the full documentation on how to change the configurations values in http://www.php.net/manual/en/configuration.php

PHP security properties

Property Value Tiki Fitness OK Explanation
Property: upload_tmp_dir
unknown
It can't be reliably determined if the upload_tmp_dir is accessible via a web browser. To be sure, check the webserver configuration.
Property: exec
Enabled
risky
Exec can potentially be used to execute arbitrary code on the server. Tiki does not need it; perhaps it should be disabled. However, the Plugins R/RR need it. If you use the Plugins R/RR and the other PHP software on the server can be trusted, this should be enabled.
Property: passthru
Enabled
risky
Passthru is similar to exec. Tiki does not need it; perhaps it should be disabled. However, the Composer package manager used for installations in Subversion checkouts may need it.
Property: shell_exec
Enabled
risky
Shell_exec is similar to exec. Tiki needs it to run PDF from URL: WebKit (wkhtmltopdf). If this is needed and the other PHP software on the server can be trusted, this should be enabled.
Property: system
Enabled
risky
System is similar to exec. Tiki does not need it; perhaps it should be disabled.
Property: proc_open
Enabled
risky
Proc_open is similar to exec. Tiki does not need it; perhaps it should be disabled. However, the Composer package manager used for installations in Subversion checkouts or when using the package manager from the admin interface may need it.
Property: popen
Enabled
risky
popen is similar to exec. Tiki needs it for file search indexing in file galleries. If this is needed and other PHP software on the server can be trusted, this should be enabled.
Property: curl_exec
Enabled
risky
Curl_exec can potentially be abused to write malicious code. Tiki needs it to run features like Kaltura, CAS login, CClite and the myspace and sf wiki-plugins. If these are needed and other PHP software on the server can be trusted, this should be enabled.
Property: curl_multi_exec
Enabled
risky
Curl_multi_exec can potentially be abused to write malicious code. Tiki needs it to run features like Kaltura, CAS login, CClite and the myspace and sf wiki-plugins. If these are needed and other PHP software on the server can be trusted, this should be enabled.
Property: parse_ini_file
Enabled
risky
It is probably an urban myth that this is dangerous. Tiki team will reconsider this check, but be warned. It is required for the System Configuration feature.
Property: session.use_trans_sid
Disabled
safe
session.use_trans_sid should be off by default. See the PHP manual for details. How to change this value
Property: xbithack
Disabled
safe
setting the xbithack option is unsafe. Depending on the file handling of the webserver and the Tiki settings, an attacker may be able to upload scripts to file gallery and execute them. How to change this value
Property: allow_url_fopen
Disabled
safe
allow_url_fopen may potentially be used to upload remote data or scripts. Also used by Composer to fetch dependencies. If this Tiki does not use the Blogs feature, this can be switched off.

Tiki Security

Property Value Tiki Fitness OK Explanation
Property: Sensitive Data Exposure
safe
Tiki did not detect temporary files in the db folder that may expose credentials or other sensitive information.

MySQL Variables

Nothing to display.

File Gallery Search Indexing

More info here
Property Value Tiki Fitness OK Explanation
Property: application/ms-excel
unsure
You need to install "xls2csv" to index this type of file
Property: application/msexcel
unsure
You need to install "xls2csv" to index this type of file
Property: application/ms-powerpoint
unsure
You need to install "catppt" to index this type of file
Property: application/mspowerpoint
unsure
You need to install "catppt" to index this type of file
Property: application/msword
good
will be handled by /bin/strings
Property: application/pdf
info
will be handled natively by Tiki >= 18, otherwise you need to install "pstotext" or "pdftotext" to index this type of file
Property: application/postscript
unsure
You need to install "pstotext" to index this type of file
Property: application/ps
unsure
You need to install "pstotext" to index this type of file
Property: application/rtf
unsure
You need to install "catdoc" to index this type of file
Property: application/sgml
good
will be handled by /bin/col
Property: application/vnd.ms-excel
unsure
You need to install "xls2csv" to index this type of file
Property: application/vnd.ms-powerpoint
unsure
You need to install "catppt" to index this type of file
Property: application/x-msexcel
unsure
You need to install "xls2csv" to index this type of file
Property: application/x-pdf
info
will be handled natively by Tiki >= 18, otherwise you need to install "pstotext" or "pdftotext" to index this type of file
Property: application/x-troff-man
unsure
You need to install "man" to index this type of file
Property: application/zip
good
will be handled by /bin/unzip
Property: text/enriched
good
will be handled by /bin/col
Property: text/html
unsure
You need to install "elinks" to index this type of file
Property: text/richtext
good
will be handled by /bin/col
Property: text/sgml
good
will be handled by /bin/col
Property: text/tab-separated-values
good
will be handled by /bin/col

PHP Info

PHP logo

PHP Version 8.1.30

System Linux carbone-server.nitrowebhost.co.uk 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
Build Date Oct 2 2024 15:43:03
Build System Linux buildfarm04-new.corp.cloudlinux.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
Configure Command './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/opt/cpanel/ea-php81/root/usr' '--exec-prefix=/opt/cpanel/ea-php81/root/usr' '--bindir=/opt/cpanel/ea-php81/root/usr/bin' '--sbindir=/opt/cpanel/ea-php81/root/usr/sbin' '--sysconfdir=/opt/cpanel/ea-php81/root/etc' '--datadir=/opt/cpanel/ea-php81/root/usr/share' '--includedir=/opt/cpanel/ea-php81/root/usr/include' '--libdir=/opt/cpanel/ea-php81/root/usr/lib64' '--libexecdir=/opt/cpanel/ea-php81/root/usr/libexec' '--localstatedir=/opt/cpanel/ea-php81/root/var' '--sharedstatedir=/opt/cpanel/ea-php81/root/var/lib' '--mandir=/opt/cpanel/ea-php81/root/usr/share/man' '--infodir=/opt/cpanel/ea-php81/root/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/opt/cpanel/ea-php81/root/etc' '--with-config-file-scan-dir=/opt/cpanel/ea-php81/root/etc/php.d' '--disable-debug' '--with-password-argon2=/opt/cpanel/libargon2' '--with-pic' '--without-pear' '--with-bz2' '--with-freetype' '--with-xpm' '--without-gdbm' '--with-gettext' '--with-iconv' '--with-jpeg' '--with-openssl' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-sockets' '--with-kerberos' '--enable-shmop' '--with-sodium=shared' '--with-libxml' '--with-system-tzdata' '--with-mhash' '--libdir=/opt/cpanel/ea-php81/root/usr/lib64/php' '--enable-pcntl' '--enable-opcache' '--enable-phpdbg' '--with-imap=shared,/opt/cpanel/ea-libc-client' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-litespeed' '--with-webp' '--with-avif' '--enable-gd=shared' '--with-gmp=shared' '--enable-calendar=shared' '--enable-bcmath=shared' '--with-bz2=shared' '--enable-ctype=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-tcadb=/usr' '--enable-exif=shared' '--enable-ftp=shared' '--with-gettext=shared' '--with-iconv=shared' '--enable-sockets=shared' '--enable-tokenizer=shared' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--enable-mysqlnd=shared' '--with-mysqli=shared,mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--enable-dom=shared' '--with-pgsql=shared' '--enable-simplexml=shared' '--enable-xml=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-curl=shared' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-sqlite3=shared,/usr' '--enable-json=shared' '--with-zip=shared' '--without-readline' '--with-libedit' '--with-pspell=shared' '--enable-phar=shared' '--with-tidy=shared,/opt/cpanel/libtidy' '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' '--enable-shmop=shared' '--enable-posix=shared' '--with-unixODBC=shared,/usr' '--enable-intl=shared' '--with-enchant=shared,/usr' '--enable-fileinfo=shared' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'PKG_CONFIG_PATH=/opt/cpanel/ea-php81/root/usr/lib64/pkgconfig:/opt/cpanel/ea-php81/root/usr/share/pkgconfig:/opt/cpanel/ea-libxml2/lib64/pkgconfig:/opt/cpanel/ea-oniguruma/lib64/pkgconfig:/opt/cpanel/libargon2/lib64/pkgconfig::/opt/cpanel/ea-libicu/lib/pkgconfig' 'KERBEROS_CFLAGS=-I/usr/include' 'KERBEROS_LIBS=-L/usr/lib64' 'JPEG_CFLAGS=-I/usr/include' 'JPEG_LIBS=-L/usr/lib64 -ljpeg' 'SASL_CFLAGS=-I/usr/include' 'SASL_LIBS=-L/usr/lib64' 'ARGON2_CFLAGS=-I/opt/cpanel/libargon2/include' 'XSL_CFLAGS=-I/opt/cpanel/ea-libxml2/include/libxml2' 'XSL_LIBS=-L/opt/cpanel/ea-libxml2/lib64 -lxml2' 'LIBZIP_CFLAGS=-I/opt/cpanel/ea-libzip/include' 'LIBZIP_LIBS=-L/opt/cpanel/ea-libzip/lib64 -lzip'
Server API lsapi V8.0.1 Cloudlinux 1.3
Virtual Directory Support disabled
Configuration File (php.ini) Path /opt/cpanel/ea-php81/root/etc
Loaded Configuration File /opt/cpanel/ea-php81/root/etc/php.ini
Scan this dir for additional .ini files /opt/cpanel/ea-php81/root/etc/php.d
Additional .ini files parsed /opt/cpanel/ea-php81/root/etc/php.d/02-pecl.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-bcmath.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-calendar.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-ctype.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-curl.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-dom.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-ftp.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-gd.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-iconv.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-imap.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-mbstring.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-mysqlnd.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-pdo.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-phar.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-posix.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-simplexml.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-sockets.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-sqlite3.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-tokenizer.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-xml.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-xmlwriter.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-xsl.ini, /opt/cpanel/ea-php81/root/etc/php.d/20-zip.ini, /opt/cpanel/ea-php81/root/etc/php.d/30-mysqli.ini, /opt/cpanel/ea-php81/root/etc/php.d/30-pdo_mysql.ini, /opt/cpanel/ea-php81/root/etc/php.d/30-pdo_sqlite.ini, /opt/cpanel/ea-php81/root/etc/php.d/30-xmlreader.ini, /opt/cpanel/ea-php81/root/etc/php.d/clos_ssa.ini, /opt/cpanel/ea-php81/root/etc/php.d/i360.ini, /opt/cpanel/ea-php81/root/etc/php.d/zzzzzzz-pecl.ini
PHP API 20210902
PHP Extension 20210902
Zend Extension 420210902
Zend Extension Build API420210902,NTS
PHP Extension Build API20210902,NTS
Debug Build no
Thread Safety disabled
Zend Signal Handling enabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
Zend Max Execution Timers disabled
IPv6 Support enabled
DTrace Support disabled
Registered PHP Streamshttps, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip
Registered Stream Socket Transportstcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3
Registered Stream Filterszlib.*, string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk, convert.iconv.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v4.1.30, Copyright (c) Zend Technologies

Configuration

bcmath

BCMath support enabled
DirectiveLocal ValueMaster Value
bcmath.scale00

calendar

Calendar support enabled

clos_ssa

Cloudlinux PHP slow site analyzer
SSA Support Enabled
DirectiveLocal ValueMaster Value
clos_ssa.debugOffOff
clos_ssa.debug_fileno valueno value
clos_ssa.enabledOnOn
clos_ssa.to_fileOffOff

Core

PHP Version 8.1.30
DirectiveLocal ValueMaster Value
allow_url_fopenOffOff
allow_url_includeOffOff
arg_separator.input&&
arg_separator.output&&
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logerror_logerror_log
error_prepend_stringno valueno value
error_reporting-132759
expose_phpOffOff
extension_dir/opt/cpanel/ea-php81/root/usr/lib64/php/modules/opt/cpanel/ea-php81/root/usr/lib64/php/modules
fiber.stack_sizeno valueno value
file_uploadsOnOn
hard_timeout22
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/opt/cpanel/ea-php81/root/usr/share/pear.:/opt/cpanel/ea-php81/root/usr/share/pear
input_encodingno valueno value
internal_encodingno valueno value
log_errorsOnOn
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
max_multipart_body_parts-1-1
memory_limit128M128M
open_basedirno valueno value
output_bufferingno valueno value
output_encodingno valueno value
output_handlerno valueno value
post_max_size8M8M
precision1414
realpath_cache_size4096K4096K
realpath_cache_ttl120120
register_argc_argvOnOn
report_memleaksOnOn
report_zend_debugOffOff
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i
serialize_precision100100
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sys_temp_dirno valueno value
syslog.facilityLOG_USERLOG_USER
syslog.filterno-ctrlno-ctrl
syslog.identphpphp
unserialize_callback_funcno valueno value
upload_max_filesize2M2M
upload_tmp_dirno valueno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.assertions-1-1
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.exception_ignore_argsOffOff
zend.exception_string_param_max_len1515
zend.multibyteOffOff
zend.script_encodingno valueno value
zend.signal_checkOffOff

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.61.1
Age 4
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO Yes
SSL Yes
SSPI No
TLS-SRP Yes
HTTP2 Yes
GSSAPI Yes
KERBEROS5 Yes
UNIX_SOCKETS Yes
PSL Yes
HTTPS_PROXY Yes
MULTI_SSL No
BROTLI Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Host x86_64-redhat-linux-gnu
SSL Version OpenSSL/1.1.1k
ZLib Version 1.2.11
libSSH Version libssh/0.9.6/openssl/zlib
DirectiveLocal ValueMaster Value
curl.cainfono valueno value

date

date/time support enabled
timelib version 2021.19
"Olson" Timezone Database Version 2025.2
Timezone Database external
Default timezone UTC
DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.83333390.833333
date.sunset_zenith90.83333390.833333
date.timezoneUTCUTC

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.13.4
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

filter

Input Validation and Filtering enabled
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled
FTPS support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.9.1
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.6.34
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
WebP Support enabled
BMP Support enabled
AVIF Support enabled
TGA Read Support enabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning11

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
MHASH support Enabled
MHASH API Version Emulated Support

i360

i360 paramValue
i360 state activated
i360 mode log
i360 blamer true
i360 jit compatibility mode disabled
i360 path to log data sock:/opt/imunify360/lib/proactive.sock
i360 log type 2
i360 send on shtdwn 0
i360 report on kill 0
i360 build for 8.1.31
i360 signs 250319
i360 signs path /usr/share/i360-php-opts/sigs/8.3/.rules.v2
i360 pkg ver 8.3.3
i360 hdb ver 1772063700
i360 hdb entries 29472

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.28
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

imap

IMAP c-Client Version 2007f
SSL Support enabled
Kerberos Support enabled
DirectiveLocal ValueMaster Value
imap.enable_insecure_rshOffOff

json

json support enabled

libxml

libXML support active
libXML Compiled Version 2.13.4
libXML Loaded Version 20907
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation disabled
libmbfl version 1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 6.9.9
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.regex_retry_limit10000001000000
mbstring.regex_stack_limit100000100000
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 8.1.30
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOffOff
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock
mysqli.default_userno valueno value
mysqli.local_infile_directoryno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 8.1.30
Compression supported
core SSL supported
extended SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 86400
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password
API Extensions mysqli,pdo_mysql

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.1.1k FIPS 25 Mar 2021
OpenSSL Header Version OpenSSL 1.1.1k FIPS 25 Mar 2021
Openssl default config /etc/pki/tls/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno value

pcntl

pcntl supportenabled

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 10.39 2021-10-29
PCRE Unicode Version 14.0.0
PCRE JIT Support enabled
PCRE JIT Target x86 64bit (little endian + unaligned)
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.jit11
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 8.1.30
DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.26.0

Phar

Phar: PHP Archive supportenabled
Phar API version 1.1.1
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression disabled (install ext/bz2)
Native OpenSSL support enabled
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

POSIX support enabled

readline

Readline Supportenabled
Readline library EditLine wrapper
DirectiveLocal ValueMaster Value
cli.pagerno valueno value
cli.prompt\b \> \b \> 

Reflection

Reflection enabled

session

Session Support enabled
Registered save handlers files user
Registered serializer handlers php_serialize php php_binary
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyno valueno value
session.cookie_lifetime00
session.cookie_path//
session.cookie_samesiteno valueno value
session.cookie_secure00
session.gc_divisor00
session.gc_maxlifetime14401440
session.gc_probability00
session.lazy_writeOnOn
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/cpanel/php/sessions/ea-php81/var/cpanel/php/sessions/ea-php81
session.serialize_handlerphpphp
session.sid_bits_per_character44
session.sid_length3232
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookies11
session.use_only_cookies11
session.use_strict_mode00
session.use_trans_sid00

SimpleXML

SimpleXML support enabled
Schema support enabled

sockets

Sockets Support enabled

SPL

SPL supportenabled
Interfaces OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 supportenabled
SQLite Library 3.26.0
DirectiveLocal ValueMaster Value
sqlite3.defensiveOnOn
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
DirectiveLocal ValueMaster Value
assert.activeOnOn
assert.bailOffOff
assert.callbackno valueno value
assert.exceptionOnOn
assert.warningOnOn
auto_detect_line_endingsOffOff
default_socket_timeout6060
fromno valueno value
session.trans_sid_hostsno valueno value
session.trans_sid_tagsa=href,area=href,frame=src,form=a=href,area=href,frame=src,form=
unserialize_max_depth40964096
url_rewriter.hostsno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

timezonedb

Alternative Timezone Database enabled
Timezone Database Version 2025.2

tokenizer

Tokenizer Support enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.13.4

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.32
libxslt compiled against libxml Version 2.9.7
EXSLT enabled
libexslt Version 1.1.32

zip

Zip enabled
Zip version 1.19.5
Libzip headers version 1.9.2
Libzip library version 1.11.2
BZIP2 compression No
XZ compression Yes
ZSTD compression No
AES-128 encryption Yes
AES-192 encryption Yes
AES-256 encryption Yes

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.11
Linked Version 1.2.11
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name
litespeed

Environment

VariableValue
PATH /usr/local/bin:/bin:/usr/bin

PHP Variables

VariableValue
$_REQUEST['phpinfo']y
$_GET['phpinfo']y
$_SERVER['PATH']/usr/local/bin:/bin:/usr/bin
$_SERVER['HTTP_ACCEPT']*/*
$_SERVER['HTTP_ACCEPT_ENCODING']gzip, br, zstd, deflate
$_SERVER['HTTP_HOST']www.check.exsofth.com
$_SERVER['HTTP_USER_AGENT']Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
$_SERVER['DOCUMENT_ROOT']/home/zennetw1/public_html/check
$_SERVER['REMOTE_ADDR']216.73.216.139
$_SERVER['REMOTE_PORT']61010
$_SERVER['SERVER_ADDR']135.181.112.61
$_SERVER['SERVER_NAME']www.check.exsofth.com
$_SERVER['SERVER_ADMIN']webmaster@check.exsofth.com
$_SERVER['SERVER_PORT']443
$_SERVER['REQUEST_SCHEME']https
$_SERVER['REQUEST_URI']/index.php?phpinfo=y
$_SERVER['HTTPS']on
$_SERVER['X_SPDY']HTTP2
$_SERVER['SSL_PROTOCOL']TLSv1.3
$_SERVER['SSL_CIPHER']TLS_AES_256_GCM_SHA384
$_SERVER['SSL_CIPHER_USEKEYSIZE']256
$_SERVER['SSL_CIPHER_ALGKEYSIZE']256
$_SERVER['SCRIPT_FILENAME']/home/zennetw1/public_html/check/index.php
$_SERVER['QUERY_STRING']phpinfo=y
$_SERVER['SCRIPT_URI']https://www.check.exsofth.com/index.php
$_SERVER['SCRIPT_URL']/index.php
$_SERVER['SCRIPT_NAME']/index.php
$_SERVER['SERVER_PROTOCOL']HTTP/1.1
$_SERVER['SERVER_SOFTWARE']LiteSpeed
$_SERVER['REQUEST_METHOD']GET
$_SERVER['X-LSCACHE']on
$_SERVER['PHP_SELF']/index.php
$_SERVER['REQUEST_TIME_FLOAT']1772068640.4089
$_SERVER['REQUEST_TIME']1772068640
$_SERVER['argv']
Array
(
    [0] => phpinfo=y
)
$_SERVER['argc']1

PHP Credits

PHP Group
Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski
Language Design & Concept
Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger
PHP Authors
ContributionAuthors
Zend Scripting Language Engine Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov
Extension Module API Andi Gutmans, Zeev Suraski, Andrei Zmievski
UNIX Build and Modularization Stig Bakken, Sascha Schumann, Jani Taskinen, Peter Kokot
Windows Support Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski, Kalle Sommer Nielsen
Server API (SAPI) Abstraction Layer Andi Gutmans, Shane Caraveo, Zeev Suraski
Streams Abstraction Layer Wez Furlong, Sara Golemon
PHP Data Objects Layer Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
Output Handler Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner
Consistent 64 bit support Anthony Ferrara, Anatol Belski
SAPI Modules
ContributionAuthors
Apache 2.0 Handler Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)
CGI / FastCGI Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov
CLI Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui
Embed Edin Kadribasic
FastCGI Process Manager Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet
litespeed George Wang
phpdbg Felipe Pena, Joe Watkins, Bob Weinand
Module Authors
ModuleAuthors
BC Math Andi Gutmans
Bzip2 Sterling Hughes
Calendar Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong
COM and .Net Wez Furlong
ctype Hartmut Holzgraefe
cURL Sterling Hughes
Date/Time Support Derick Rethans
DB-LIB (MS SQL, Sybase) Wez Furlong, Frank M. Kromann, Adam Baratz
DBA Sascha Schumann, Marcus Boerger
DOM Christian Stocker, Rob Richards, Marcus Boerger
enchant Pierre-Alain Joye, Ilia Alshanetsky
EXIF Rasmus Lerdorf, Marcus Boerger
FFI Dmitry Stogov
fileinfo Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans, Anatol Belski
Firebird driver for PDO Ard Biesheuvel
FTP Stefan Esser, Andrew Skalski
GD imaging Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger, Mark Randall
GetText Alex Plotnick
GNU GMP support Stanislav Malyshev
Iconv Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi
IMAP Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky
Input Filter Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky
Internationalization Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar
JSON Jakub Zelenka, Omar Kilani, Scott MacVicar
LDAP Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas
LIBXML Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo
Multibyte String Functions Tsukada Takuya, Rui Hirokawa
MySQL driver for PDO George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter
MySQLi Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
MySQLnd Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schlüter
OCI8 Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong, Christopher Jones, Oracle Corporation
ODBC driver for PDO Wez Furlong
ODBC Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky
Opcache Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui
OpenSSL Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar, Eliot Lear
Oracle (OCI) driver for PDO Wez Furlong
pcntl Jason Greene, Arnaud Le Blanc
Perl Compatible Regexps Andrei Zmievski
PHP Archive Gregory Beaver, Marcus Boerger
PHP Data Objects Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
PHP hash Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar
Posix Kristian Koehntopp
PostgreSQL driver for PDO Edin Kadribasic, Ilia Alshanetsky
PostgreSQL Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne
Pspell Vlad Krupin
Readline Thies C. Arntzen
Reflection Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter
Sessions Sascha Schumann, Andrei Zmievski
Shared Memory Operations Slava Poliakov, Ilia Alshanetsky
SimpleXML Sterling Hughes, Marcus Boerger, Rob Richards
SNMP Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne, Boris Lytochkin
SOAP Brad Lafountain, Shane Caraveo, Dmitry Stogov
Sockets Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene
Sodium Frank Denis
SPL Marcus Boerger, Etienne Kneuss
SQLite 3.x driver for PDO Wez Furlong
SQLite3 Scott MacVicar, Ilia Alshanetsky, Brad Dewar
System V Message based IPC Wez Furlong
System V Semaphores Tom May
System V Shared Memory Christian Cartus
tidy John Coggeshall, Ilia Alshanetsky
tokenizer Andrei Zmievski, Johannes Schlueter
XML Stig Bakken, Thies C. Arntzen, Sterling Hughes
XMLReader Rob Richards
XMLWriter Rob Richards, Pierre-Alain Joye
XSL Christian Stocker, Rob Richards
Zip Pierre-Alain Joye, Remi Collet
Zlib Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner
PHP Documentation
Authors Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey
Editor Peter Cowburn
User Note Maintainers Daniel P. Brown, Thiago Henrique Pojda
Other Contributors Previously active authors, editors and other contributors are listed in the manual.
PHP Quality Assurance Team
Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra, Stanislav Malyshev, Julien Pauli, Stephen Zarkos, Anatol Belski, Remi Collet, Ferenc Kovacs
Websites and Infrastructure team
PHP Websites Team Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Peter Cowburn, Adam Harvey, Ferenc Kovacs, Levi Morrison
Event Maintainers Damien Seguy, Daniel P. Brown
Network Infrastructure Daniel P. Brown
Windows Infrastructure Alex Schoenmaker

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.

Benchmark PHP/MySQL

Check

Tiki Manager

For more detailed information about Tiki Manager please check doc.tiki.org/Manager.

Where Tiki Manager is installed

Property Value Tiki Fitness OK Explanation
Property: Operating System Path
info
/usr/local/bin:/bin:/usr/bin
Property: php-cli
good
Command found
Property: rsync
unsure
Command not found, check if it is installed and available in one of the paths above.
Property: nice
good
Command found
Property: tar
good
Command found
Property: bzip2
good
Command found
Property: ssh
good
Command found
Property: ssh-copy-id
good
Command found
Property: scp
good
Command found
Property: sqlite
good
Command found
Property: php-sqlite
good
Extension loaded in PHP

Where Tiki instances are installed

Property Value Tiki Fitness OK Explanation
Property: Operating System Path
info
/usr/local/bin:/bin:/usr/bin
Property: SSH or FTP server
info
To manage this instance from a remote server you need SSH or FTP access to this server
Property: php-cli
good
Command found
Property: mysql
good
Command found
Property: mysqldump
good
Command found
Property: gzip
good
Command found