2008-10-05 Raul Mateos <raulofpandora@gmail.com>
* install.php: Updated PHP version dependency. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1131 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a87b9abbc0
commit
5a93b8d4c8
|
@ -1,3 +1,7 @@
|
|||
2008-10-05 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* install.php: Updated PHP version dependency.
|
||||
|
||||
2008-10-02 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* operation/reporting/reporting_xml.php: Updated to handle logins in
|
||||
|
|
|
@ -234,9 +234,9 @@ function install_step2() {
|
|||
echo "<h2>Checking software dependencies</h2>";
|
||||
echo "<table border=0 width=230>";
|
||||
$res = 0;
|
||||
$res += check_variable(phpversion(),"4.3","PHP version >= 4.3.x",1);
|
||||
$res += check_variable(phpversion(),"5.2","PHP version >= 5.2",1);
|
||||
$res += check_extension("mysql","PHP MySQL extension");
|
||||
$res += check_extension("gd","PHP gd extension");
|
||||
$res += check_extension("gd","PHP GD extension");
|
||||
$res += check_extension("snmp","PHP SNMP extension");
|
||||
$res += check_extension("session","PHP session extension");
|
||||
$res += check_extension("gettext","PHP gettext extension");
|
||||
|
|
Loading…
Reference in New Issue