| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Operating System | ||||
| Linux | ||||
| Property: Release | ||||
| N/A | ||||
| Property: Web Server | ||||
| LiteSpeed | ||||
| Property: Server Signature | ||||
| off |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Disk Space | ||||
| 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. |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Error logging | ||||
| 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 | ||||
| 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 | ||||
| Enabled | ||||
| ini_set is used in some places to accommodate special needs of some Tiki features. How to change this value | ||||
| Property: DB Driver | ||||
| PDO | ||||
| The PDO extension is the suggested database driver/abstraction layer. | ||||
| Property: PHP version | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| files | ||||
| Well set! The default setting of 'files' is recommended for Tiki. How to change this value | ||||
| Property: session.save_path | ||||
| /var/cpanel/php/sessions/ea-php81 | ||||
| The session.save_path is writable. How to change this value | ||||
| Property: session.gc_probability | ||||
| 0 | ||||
| In conjunction with gc_divisor is used to manage probability that the gc (garbage collection) routine is started. | ||||
| Property: session.gc_divisor | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| UTF-8 | ||||
| Correctly set! Tiki is fully UTF-8 and so should be this installation. How to change this value | ||||
| Property: date.timezone | ||||
| UTC | ||||
| Well done! Having a time zone set protects the site from related errors. How to change this value | ||||
| Property: file_uploads | ||||
| On | ||||
| Files can be uploaded to Tiki. | ||||
| Property: max_execution_time | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| Not available | ||||
| The fileinfo extension is needed for the 'Validate uploaded file content' preference. | ||||
| Property: intl | ||||
| 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 | ||||
| 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 | ||||
| Not Available | ||||
| ImageMagick is used as a fallback in case GD is not available. | ||||
| Property: mbstring | ||||
| Loaded | ||||
| mbstring extension is needed for an UTF-8 compatible lower case filter, in the admin search for example. | ||||
| Property: calendar | ||||
| Loaded | ||||
| calendar extension is needed by Tiki. | ||||
| Property: ctype | ||||
| Loaded | ||||
| ctype extension is needed by Tiki. | ||||
| Property: libxml | ||||
| Loaded | ||||
| This extension is needed for the dom extension (see below). | ||||
| Property: dom | ||||
| Loaded | ||||
| This extension is needed by Tiki | ||||
| Property: LDAP | ||||
| 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 | ||||
| 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 | ||||
| Not available | ||||
| This extension can be used to speed up Tiki by saving wiki and forum data on a redis server. | ||||
| Property: SSH2 | ||||
| Not available | ||||
| This extension is needed for the show.tiki.org tracker field type, up to Tiki 17. | ||||
| Property: soap | ||||
| Not available | ||||
| This extension is used by Tiki for some types of web services. | ||||
| Property: carray | ||||
| Not available | ||||
| High-performance scientific computing library for PHP | ||||
| Property: curl | ||||
| Loaded | ||||
| This extension is required for H5P. | ||||
| Property: json | ||||
| Loaded | ||||
| This extension is required for many features in Tiki. | ||||
| Property: sodium | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| Loaded | ||||
| This extension is required and used frequently in validation functions invoked within Zend Framework. | ||||
| Property: eval() | ||||
| Available | ||||
| The eval() function is required by the Smarty templating engine. | ||||
| Property: ZipArchive class | ||||
| Available | ||||
| The ZipArchive class is needed for features such as XML Wiki Import/Export and PluginArchiveBuilder. | ||||
| Property: DateTime class | ||||
| Available | ||||
| The DateTime class is needed for the WebDAV feature. | ||||
| Property: Xdebug | ||||
| 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
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| System is similar to exec. Tiki does not need it; perhaps it should be disabled. | ||||
| Property: proc_open | ||||
| Enabled | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| 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 | ||||
| session.use_trans_sid should be off by default. See the PHP manual for details. How to change this value | ||||
| Property: xbithack | ||||
| Disabled | ||||
| 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 | ||||
| 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. |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Sensitive Data Exposure | ||||
| Tiki did not detect temporary files in the db folder that may expose credentials or other sensitive information. |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: application/ms-excel | ||||
| You need to install "xls2csv" to index this type of file | ||||
| Property: application/msexcel | ||||
| You need to install "xls2csv" to index this type of file | ||||
| Property: application/ms-powerpoint | ||||
| You need to install "catppt" to index this type of file | ||||
| Property: application/mspowerpoint | ||||
| You need to install "catppt" to index this type of file | ||||
| Property: application/msword | ||||
| will be handled by /bin/strings | ||||
| Property: application/pdf | ||||
| will be handled natively by Tiki >= 18, otherwise you need to install "pstotext" or "pdftotext" to index this type of file | ||||
| Property: application/postscript | ||||
| You need to install "pstotext" to index this type of file | ||||
| Property: application/ps | ||||
| You need to install "pstotext" to index this type of file | ||||
| Property: application/rtf | ||||
| You need to install "catdoc" to index this type of file | ||||
| Property: application/sgml | ||||
| will be handled by /bin/col | ||||
| Property: application/vnd.ms-excel | ||||
| You need to install "xls2csv" to index this type of file | ||||
| Property: application/vnd.ms-powerpoint | ||||
| You need to install "catppt" to index this type of file | ||||
| Property: application/x-msexcel | ||||
| You need to install "xls2csv" to index this type of file | ||||
| Property: application/x-pdf | ||||
| 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 | ||||
| You need to install "man" to index this type of file | ||||
| Property: application/zip | ||||
| will be handled by /bin/unzip | ||||
| Property: text/enriched | ||||
| will be handled by /bin/col | ||||
| Property: text/html | ||||
| You need to install "elinks" to index this type of file | ||||
| Property: text/richtext | ||||
| will be handled by /bin/col | ||||
| Property: text/sgml | ||||
| will be handled by /bin/col | ||||
| Property: text/tab-separated-values | ||||
| will be handled by /bin/col |
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 Streams | https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip |
| Registered Stream Socket Transports | tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3 |
| Registered Stream Filters | zlib.*, string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk, convert.iconv.* |
|
Zend Engine v4.1.30, Copyright (c) Zend Technologies |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| Calendar support | enabled |
| Cloudlinux PHP slow site analyzer | |
|---|---|
| SSA Support | Enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| clos_ssa.debug | Off | Off |
| clos_ssa.debug_file | no value | no value |
| clos_ssa.enabled | On | On |
| clos_ssa.to_file | Off | Off |
| PHP Version | 8.1.30 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | Off | Off |
| allow_url_include | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | UTF-8 | UTF-8 |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | On | Off |
| display_startup_errors | Off | Off |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | Off | Off |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | error_log | error_log |
| error_prepend_string | no value | no value |
| error_reporting | -1 | 32759 |
| expose_php | Off | Off |
| extension_dir | /opt/cpanel/ea-php81/root/usr/lib64/php/modules | /opt/cpanel/ea-php81/root/usr/lib64/php/modules |
| fiber.stack_size | no value | no value |
| file_uploads | On | On |
| hard_timeout | 2 | 2 |
| highlight.comment | #FF8000 | #FF8000 |
| highlight.default | #0000BB | #0000BB |
| highlight.html | #000000 | #000000 |
| highlight.keyword | #007700 | #007700 |
| highlight.string | #DD0000 | #DD0000 |
| html_errors | On | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .:/opt/cpanel/ea-php81/root/usr/share/pear | .:/opt/cpanel/ea-php81/root/usr/share/pear |
| input_encoding | no value | no value |
| internal_encoding | no value | no value |
| log_errors | On | On |
| mail.add_x_header | On | On |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| max_multipart_body_parts | -1 | -1 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | no value | no value |
| output_encoding | no value | no value |
| output_handler | no value | no value |
| post_max_size | 8M | 8M |
| precision | 14 | 14 |
| realpath_cache_size | 4096K | 4096K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | On | On |
| report_memleaks | On | On |
| report_zend_debug | Off | Off |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
| serialize_precision | 100 | 100 |
| short_open_tag | On | On |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sys_temp_dir | no value | no value |
| syslog.facility | LOG_USER | LOG_USER |
| syslog.filter | no-ctrl | no-ctrl |
| syslog.ident | php | php |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| upload_tmp_dir | no value | no value |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.assertions | -1 | -1 |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.exception_ignore_args | Off | Off |
| zend.exception_string_param_max_len | 15 | 15 |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| zend.signal_check | Off | Off |
| ctype functions | enabled |
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| curl.cainfo | no value | no value |
| date/time support | enabled |
| timelib version | 2021.19 |
| "Olson" Timezone Database Version | 2025.2 |
| Timezone Database | external |
| Default timezone | UTC |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.833333 | 90.833333 |
| date.sunset_zenith | 90.833333 | 90.833333 |
| date.timezone | UTC | UTC |
| 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 |
| Input Validation and Filtering | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| FTPS support | enabled |
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 1 | 1 |
| 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 param | Value |
|---|---|
| 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 support | enabled |
| iconv implementation | glibc |
| iconv library version | 2.28 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | no value | no value |
| iconv.internal_encoding | no value | no value |
| iconv.output_encoding | no value | no value |
| IMAP c-Client Version | 2007f |
| SSL Support | enabled |
| Kerberos Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| imap.enable_insecure_rsh | Off | Off |
| json support | enabled |
| libXML support | active |
| libXML Compiled Version | 2.13.4 |
| libXML Loaded Version | 20907 |
| libXML streams | enabled |
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.http_input | no value | no value |
| mbstring.http_output | no value | no value |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.regex_retry_limit | 1000000 | 1000000 |
| mbstring.regex_stack_limit | 100000 | 100000 |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | no value | no value |
| MysqlI Support | enabled |
|---|---|
| Client API library version | mysqlnd 8.1.30 |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | Off | Off |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | no value | no value |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
| mysqli.default_user | no value | no value |
| mysqli.local_infile_directory | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqli.rollback_on_cached_plink | Off | Off |
| mysqlnd | enabled |
|---|---|
| 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 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| openssl.cafile | no value | no value |
| openssl.capath | no value | no value |
| pcntl support | enabled |
|---|
| 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) |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.jit | 1 | 1 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 8.1.30 |
| Directive | Local Value | Master Value |
|---|---|---|
| pdo_mysql.default_socket | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.26.0 |
| Phar: PHP Archive support | enabled |
|---|---|
| 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. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| POSIX support | enabled |
| Readline Support | enabled |
|---|---|
| Readline library | EditLine wrapper |
| Directive | Local Value | Master Value |
|---|---|---|
| cli.pager | no value | no value |
| cli.prompt | \b \> | \b \> |
| Reflection | enabled |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php_serialize php php_binary |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | no value | no value |
| session.cookie_lifetime | 0 | 0 |
| session.cookie_path | / | / |
| session.cookie_samesite | no value | no value |
| session.cookie_secure | 0 | 0 |
| session.gc_divisor | 0 | 0 |
| session.gc_maxlifetime | 1440 | 1440 |
| session.gc_probability | 0 | 0 |
| session.lazy_write | On | On |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | /var/cpanel/php/sessions/ea-php81 | /var/cpanel/php/sessions/ea-php81 |
| session.serialize_handler | php | php |
| session.sid_bits_per_character | 4 | 4 |
| session.sid_length | 32 | 32 |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | 1 | 1 |
| session.use_only_cookies | 1 | 1 |
| session.use_strict_mode | 0 | 0 |
| session.use_trans_sid | 0 | 0 |
| SimpleXML support | enabled |
| Schema support | enabled |
| Sockets Support | enabled |
| SPL support | enabled |
|---|---|
| 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 support | enabled |
|---|---|
| SQLite Library | 3.26.0 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.defensive | On | On |
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | /usr/sbin/sendmail -t -i |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | On | On |
| assert.bail | Off | Off |
| assert.callback | no value | no value |
| assert.exception | On | On |
| assert.warning | On | On |
| auto_detect_line_endings | Off | Off |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| session.trans_sid_hosts | no value | no value |
| session.trans_sid_tags | a=href,area=href,frame=src,form= | a=href,area=href,frame=src,form= |
| unserialize_max_depth | 4096 | 4096 |
| url_rewriter.hosts | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Alternative Timezone Database | enabled |
| Timezone Database Version | 2025.2 |
| Tokenizer Support | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.13.4 |
| XMLReader | enabled |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.32 |
| libxslt compiled against libxml Version | 2.9.7 |
| EXSLT | enabled |
| libexslt Version | 1.1.32 |
| 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 Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.11 |
| Linked Version | 1.2.11 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| litespeed |
| Variable | Value |
|---|---|
| PATH | /usr/local/bin:/bin:/usr/bin |
| Variable | Value |
|---|---|
| $_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 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 | |
|---|---|
| Contribution | Authors |
| 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 | |
|---|---|
| Contribution | Authors |
| 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 | |
|---|---|
| Module | Authors |
| 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 |
|
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. |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Operating System Path | ||||
| /usr/local/bin:/bin:/usr/bin | ||||
| Property: php-cli | ||||
| Command found | ||||
| Property: rsync | ||||
| Command not found, check if it is installed and available in one of the paths above. | ||||
| Property: nice | ||||
| Command found | ||||
| Property: tar | ||||
| Command found | ||||
| Property: bzip2 | ||||
| Command found | ||||
| Property: ssh | ||||
| Command found | ||||
| Property: ssh-copy-id | ||||
| Command found | ||||
| Property: scp | ||||
| Command found | ||||
| Property: sqlite | ||||
| Command found | ||||
| Property: php-sqlite | ||||
| Extension loaded in PHP |
| Property | Value | Tiki Fitness | OK | Explanation |
|---|---|---|---|---|
| Property: Operating System Path | ||||
| /usr/local/bin:/bin:/usr/bin | ||||
| Property: SSH or FTP server | ||||
| To manage this instance from a remote server you need SSH or FTP access to this server | ||||
| Property: php-cli | ||||
| Command found | ||||
| Property: mysql | ||||
| Command found | ||||
| Property: mysqldump | ||||
| Command found | ||||
| Property: gzip | ||||
| Command found |