PRADO Requirements Checker

Description

This script checks if your server configuration meets the requirements for running PRADO-powered applications. It checks if the server is running the right version of PHP, if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.

Conclusion

Your server configuration satisfies minimum requirements by PRADO. Please pay attention to the warnings listed below.

Details

PHP version checkPHP version 5.1.0 or higher is required by PRADO.
$_SERVER["HTTP_ACCEPT"] check$_SERVER["HTTP_ACCEPT"] is required by multilanguage support.
$_SERVER["SCRIPT_FILENAME"] check$_SERVER["SCRIPT_FILENAME"] must point to the file path of this checker script.
$_SERVER["REQUEST_URI"] checkEither $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must be available for resolving user requests.
$_SERVER["PATH_INFO"] check$_SERVER["PATH_INFO"] or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"] are required for determining URL pathinfo.
Reflection extension checkReflection extension is required by PRADO. It is used in by PRADO to check the validity of page templates.
DOM extension checkDOM extension is required by PRADO. It is used in TXmlDocument to parse all sorts of XML-based configurations.
SPL extension checkSPL extension is required by PRADO.
CType extension checkCType extension is required by PRADO.
PCRE extension checkPCRE extension is required by PRADO.
PDO extension checkPDO extension is optional. If it is absent, you will not be able to use System.Data.* components.
ICONV extension checkICONV extension is optional. If it is absent, some internationalization components may not work properly.
Zlib extension checkZlib extension is optional. If it is absent, page state will not be compressed and your page size may increase.
SQLite extension checkSQLite extension is optional. If it is absent, you will not be able to use TSqliteCache.
Memcache extension checkMemcache extension is optional. If it is absent, you will not be able to use TMemCache.
APC extension checkAPC extension is optional. If it is absent, you will not be able to use TAPCCache.
Mcrypt extension checkMcrypt extension is optional. If it is absent, sensitive data, such as viewstate, cannot be encrypted.
XSL extension checkXSL extension is optional. If it is absent, you will not be able to use TXmlTransform.
SOAP extension checkSOAP extension is optional. If it is absent, you will not be able to use TSoapService.

 passed  failed  warning

2025-05-11 19:05 Apache/2.2.15 (CentOS) PRADO/3.1.0a