From c1970e3ee802d02a26fb12a51ee338cb722c696e Mon Sep 17 00:00:00 2001
From: raulmateos <noreply@pandorafms.org>
Date: Sun, 5 Oct 2008 15:00:20 +0000
Subject: [PATCH] 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
---
 pandora_console/ChangeLog   | 4 ++++
 pandora_console/install.php | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 56cbcca22a..553fda2262 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -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
diff --git a/pandora_console/install.php b/pandora_console/install.php
index bcc5da7787..a71d025f0a 100644
--- a/pandora_console/install.php
+++ b/pandora_console/install.php
@@ -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");