diff options
author | xue <> | 2005-12-03 16:19:08 +0000 |
---|---|---|
committer | xue <> | 2005-12-03 16:19:08 +0000 |
commit | 3ea63072225a473239227facfabde294bb58ed1d (patch) | |
tree | 2716662f13c184f31281bab45871c3ad3c9634b4 /requirements/messages.txt | |
parent | bdd139266bbd71b828394a1500551254fc42a819 (diff) |
Diffstat (limited to 'requirements/messages.txt')
-rw-r--r-- | requirements/messages.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements/messages.txt b/requirements/messages.txt new file mode 100644 index 00000000..6aecf6a2 --- /dev/null +++ b/requirements/messages.txt @@ -0,0 +1,11 @@ +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 check
+PHP 5.0.4 or higher required = PHP version 5.0.4 or higher is required by PRADO.
+SQLite check = SQLite check
+SQLite extension optional = SQLite extension is optional. If it is absent, you will not be able to use TSqliteCache.
+Memcache check = Memcache check
+Memcache extension optional = Memcache extension is optional. If it is absent, you will not be able to use TMemCache.
+Zlib check = Zlib check
+Zlib extension optional = Zlib extension is optional. If it is absent, page state will not be compressed and your page size may increase.
\ No newline at end of file |