Added check for php filter extension.
(cherry picked from commit 4b8097a004
)
This commit is contained in:
parent
a9bcd6646e
commit
f37c6902a0
|
@ -539,6 +539,7 @@ function install_step2() {
|
|||
$res += check_extension("zip","PHP Zip");
|
||||
$res += check_extension("zlib","PHP Zlib 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