| 1 |
lars |
1 |
all passed = Congratulations! Your server configuration satisfies all requirements by PRADO.
|
|
|
2 |
passed with warnings = Your server configuration satisfies minimum requirements by PRADO. Please pay attention to the warnings listed below.
|
|
|
3 |
failed = Sorry, your server configuration does not satisfy the requirements by PRADO.
|
|
|
4 |
PHP version check = PHP version check
|
|
|
5 |
PHP 5.1.0 or higher required = PHP version 5.1.0 or higher is required by PRADO.
|
|
|
6 |
SQLite extension check = SQLite extension check
|
|
|
7 |
SQLite extension optional = SQLite extension is optional. If it is absent, you will not be able to use TSqliteCache.
|
|
|
8 |
Memcache extension check = Memcache extension check
|
|
|
9 |
Memcache extension optional = Memcache extension is optional. If it is absent, you will not be able to use TMemCache.
|
|
|
10 |
APC extension check = APC extension check
|
|
|
11 |
APC extension optional = APC extension is optional. If it is absent, you will not be able to use TAPCCache.
|
|
|
12 |
Zlib extension check = Zlib extension check
|
|
|
13 |
Zlib extension optional = Zlib extension is optional. If it is absent, page state will not be compressed and your page size may increase.
|
|
|
14 |
Reflection extension check = Reflection extension check
|
|
|
15 |
Reflection extension required = Reflection extension is required by PRADO. It is used in by PRADO to check the validity of page templates.
|
|
|
16 |
DOM extension check = DOM extension check
|
|
|
17 |
DOM extension required = DOM extension is required by PRADO. It is used in TXmlDocument to parse all sorts of XML-based configurations.
|
|
|
18 |
ICONV extension check = ICONV extension check
|
|
|
19 |
ICONV extension optional = ICONV extension is optional. If it is absent, some internationalization components may not work properly.
|
|
|
20 |
Mcrypt extension check = Mcrypt extension check
|
|
|
21 |
Mcrypt extension optional = Mcrypt extension is optional. If it is absent, sensitive data, such as viewstate, cannot be encrypted.
|
|
|
22 |
XSL extension check = XSL extension check
|
|
|
23 |
XSL extension optional = XSL extension is optional. If it is absent, you will not be able to use TXmlTransform.
|
|
|
24 |
$_SERVER["HTTP_ACCEPT"] check = $_SERVER["HTTP_ACCEPT"] check
|
|
|
25 |
HTTP_ACCEPT required = $_SERVER["HTTP_ACCEPT"] is required by multilanguage support.
|
|
|
26 |
$_SERVER["SCRIPT_FILENAME"] check = $_SERVER["SCRIPT_FILENAME"] check
|
|
|
27 |
SCRIPT_FILENAME required = $_SERVER["SCRIPT_FILENAME"] must point to the file path of this checker script.
|
|
|
28 |
$_SERVER["REQUEST_URI"] check = $_SERVER["REQUEST_URI"] check
|
|
|
29 |
REQUEST_URI required = Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must be available for resolving user requests.
|
|
|
30 |
$_SERVER["PATH_INFO"] check = $_SERVER["PATH_INFO"] check
|
|
|
31 |
PATH_INFO required = $_SERVER["PATH_INFO"] or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"] are required for determining URL pathinfo.
|
|
|
32 |
SPL extension check = SPL extension check
|
|
|
33 |
SPL extension required = SPL extension is required by PRADO.
|
|
|
34 |
CType extension check = CType extension check
|
|
|
35 |
CType extension required = CType extension is required by PRADO.
|
|
|
36 |
PCRE extension check = PCRE extension check
|
|
|
37 |
PCRE extension required = PCRE extension is required by PRADO.
|
|
|
38 |
PDO extension check = PDO extension check
|
|
|
39 |
PDO extension optional = PDO extension is optional. If it is absent, you will not be able to use System.Data.* components.
|
|
|
40 |
SOAP extension check = SOAP extension check
|
|
|
41 |
SOAP extension optional = SOAP extension is optional. If it is absent, you will not be able to use TSoapService.
|