Added check for php filter extension.

(cherry picked from commit 4b8097a004)
This commit is contained in:
Junichi Satoh 2016-01-19 19:39:07 +09:00
parent 3e01577c16
commit 26d2f4613f
1 changed files with 1 additions and 0 deletions

View File

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