From 7a1b986b5b6085ab345d00438d4e94ce4e7106bb Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 21 Jan 2009 21:37:57 +0000 Subject: Require 5.2.3 --- installer/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/web.php') diff --git a/installer/web.php b/installer/web.php index 4b225443..33012a79 100644 --- a/installer/web.php +++ b/installer/web.php @@ -73,8 +73,8 @@ function oops($error) { } function check_environment() { - if (version_compare(PHP_VERSION, "5.2", "<")) { - $errors[] = "Gallery 3 requires PHP 5.2 or newer, current version: " . PHP_VERSION; + if (version_compare(PHP_VERSION, "5.2.3", "<")) { + $errors[] = "Gallery 3 requires PHP 5.2.3 or newer, current version: " . PHP_VERSION; } if (!function_exists("mysql_query") && !function_exists("mysqli_init")) { -- cgit v1.2.3