mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Added check for php filter extension.
(cherry picked from commit 4b8097a00465b2fa451e8e28e8633ca5ac321f78)
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…
x
Reference in New Issue
Block a user