From b9aa8618d06da085b26c4b82c772c11bea53c4b8 Mon Sep 17 00:00:00 2001 From: printempw Date: Fri, 30 Dec 2016 20:42:37 +0800 Subject: [PATCH] add detection for mbstring & tokenizer extensions --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5dcb0767..b1dcbf1b 100755 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ require __DIR__.'/bootstrap/autoload.php'; // check the runtime environment runtime_check(array( - 'extensions' => array('pdo_mysql', 'openssl', 'gd') + 'extensions' => array('pdo_mysql', 'openssl', 'gd', 'mbstring', 'tokenizer') )); // handle the request