Blame | Letzte Änderung | Log anzeigen | RSS feed
all passed = Congratulations! Your server configuration satisfies all requirements by PRADO.passed with warnings = Your server configuration satisfies minimum requirements by PRADO. Please pay attention to the warnings listed below.failed = Sorry, your server configuration does not satisfy the requirements by PRADO.PHP version check = PHP version checkPHP 5.1.0 or higher required = PHP version 5.1.0 or higher is required by PRADO.SQLite extension check = SQLite extension checkSQLite extension optional = SQLite extension is optional. If it is absent, you will not be able to use TSqliteCache.Memcache extension check = Memcache extension checkMemcache extension optional = Memcache extension is optional. If it is absent, you will not be able to use TMemCache.APC extension check = APC extension checkAPC extension optional = APC extension is optional. If it is absent, you will not be able to use TAPCCache.Zlib extension check = Zlib extension checkZlib extension optional = Zlib extension is optional. If it is absent, page state will not be compressed and your page size may increase.Reflection extension check = Reflection extension checkReflection extension required = Reflection extension is required by PRADO. It is used in by PRADO to check the validity of page templates.DOM extension check = DOM extension checkDOM extension required = DOM extension is required by PRADO. It is used in TXmlDocument to parse all sorts of XML-based configurations.ICONV extension check = ICONV extension checkICONV extension optional = ICONV extension is optional. If it is absent, some internationalization components may not work properly.Mcrypt extension check = Mcrypt extension checkMcrypt extension optional = Mcrypt extension is optional. If it is absent, sensitive data, such as viewstate, cannot be encrypted.XSL extension check = XSL extension checkXSL extension optional = XSL extension is optional. If it is absent, you will not be able to use TXmlTransform.$_SERVER["HTTP_ACCEPT"] check = $_SERVER["HTTP_ACCEPT"] checkHTTP_ACCEPT required = $_SERVER["HTTP_ACCEPT"] is required by multilanguage support.$_SERVER["SCRIPT_FILENAME"] check = $_SERVER["SCRIPT_FILENAME"] checkSCRIPT_FILENAME required = $_SERVER["SCRIPT_FILENAME"] must point to the file path of this checker script.$_SERVER["REQUEST_URI"] check = $_SERVER["REQUEST_URI"] checkREQUEST_URI required = Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must be available for resolving user requests.$_SERVER["PATH_INFO"] check = $_SERVER["PATH_INFO"] checkPATH_INFO required = $_SERVER["PATH_INFO"] or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"] are required for determining URL pathinfo.SPL extension check = SPL extension checkSPL extension required = SPL extension is required by PRADO.CType extension check = CType extension checkCType extension required = CType extension is required by PRADO.PCRE extension check = PCRE extension checkPCRE extension required = PCRE extension is required by PRADO.PDO extension check = PDO extension checkPDO extension optional = PDO extension is optional. If it is absent, you will not be able to use System.Data.* components.SOAP extension check = SOAP extension checkSOAP extension optional = SOAP extension is optional. If it is absent, you will not be able to use TSoapService.