summaryrefslogtreecommitdiff
path: root/requirements/index.php
diff options
context:
space:
mode:
authorxue <>2006-05-12 12:38:32 +0000
committerxue <>2006-05-12 12:38:32 +0000
commite2149e3d8b87b382563a9def6f376a5f289754d3 (patch)
treefd24e9c28d023a483cc632683e6e998d2e11bfce /requirements/index.php
parentd84327e69e858d369ea0c78f6106cfaa54994032 (diff)
Merge from 3.0 branch till 1054.
Diffstat (limited to 'requirements/index.php')
-rw-r--r--requirements/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/requirements/index.php b/requirements/index.php
index b28339b0..5c63912b 100644
--- a/requirements/index.php
+++ b/requirements/index.php
@@ -33,12 +33,12 @@ $requirements = array(
array(true,'version_compare(PHP_VERSION,"5.0.4",">=")','PHP version check','PHP 5.0.4 or higher required'),
array(false,'version_compare(PHP_VERSION,"5.1.0",">=")','PHP version check','PHP 5.1.0 or higher preferred'),
array(true,'class_exists("DOMDocument",false)','DOM extension check','DOM extension required'),
- array(false,'function_exists("iconv")','ICONV function check','ICONV extension optional'),
- array(false,'extension_loaded("zlib")','Zlib check','Zlib extension optional'),
- array(false,'extension_loaded("sqlite")','SQLite check','SQLite extension optional'),
- array(false,'extension_loaded("memcache")','Memcache check','Memcache extension optional'),
- array(false,'extension_loaded("apc")','APC cache check','APC extension optional'),
- array(false,'extension_loaded("mcrypt")','Mcrypt check','Mcrypt extension optional'),
+ array(false,'function_exists("iconv")','ICONV extension check','ICONV extension optional'),
+ array(false,'extension_loaded("zlib")','Zlib extension check','Zlib extension optional'),
+ array(false,'extension_loaded("sqlite")','SQLite extension check','SQLite extension optional'),
+ array(false,'extension_loaded("memcache")','Memcache extension check','Memcache extension optional'),
+ array(false,'extension_loaded("apc")','APC extension check','APC extension optional'),
+ array(false,'extension_loaded("mcrypt")','Mcrypt extension check','Mcrypt extension optional'),
);
$results = "<table class=\"result\">\n";