Added php json extension check.

This commit is contained in:
Junichi Satoh 2015-04-19 23:26:17 +09:00
parent b4dbefaf66
commit 129e9d0dfa
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ function install_step2() {
$res += check_extension("mbstring","PHP Multibyte String");
$res += check_extension("zip","PHP Zip");
$res += check_extension("zlib","PHP Zlib extension");
$res += check_extension("json","PHP json extension");
$res += check_extension("curl","CURL (Client URL Library)");
if (PHP_OS == "FreeBSD") {
$res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");