add detection for mbstring & tokenizer extensions

This commit is contained in:
printempw 2016-12-30 20:42:37 +08:00
parent d4453df8c2
commit b9aa8618d0

View File

@ -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