2010-12-17 Miguel de Dios <miguel.dedios@artica.es>
* install.php: added to check "curl" dependency. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3666 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0f4a721f2c
commit
1cad97465a
|
@ -1,3 +1,7 @@
|
|||
2010-12-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* install.php: added to check "curl" dependency.
|
||||
|
||||
2010-12-17 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_console.spec,
|
||||
|
|
|
@ -308,9 +308,11 @@ function install_step2() {
|
|||
$res += check_include("PEAR.php","PEAR PHP Library");
|
||||
$res += check_include("DB.php","PEAR:DB PHP Library");
|
||||
$res += check_include("XML/RPC.php","PEAR::XML_RPC PHP Library");
|
||||
$res += check_extension("curl","CURL (Client URL Library)");
|
||||
if (PHP_OS == "FreeBSD") {
|
||||
$res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$res += check_exists ("/usr/bin/twopi","Graphviz Binary");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue