Added check for php filter extension.
(cherry picked from commit 4b8097a004
)
This commit is contained in:
parent
3e01577c16
commit
26d2f4613f
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue