aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-22 15:17:35 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-22 15:17:35 +0000
commit7752115971b89d79f605ce6d02b8be0b52969594 (patch)
tree4ea32d75da8f62ef3a0d45fa6d221593f3c82b1d /phpBB/install/index.php
parent213a83b5194bc430578343142e8cde7a3cc96517 (diff)
downloadforums-7752115971b89d79f605ce6d02b8be0b52969594.tar
forums-7752115971b89d79f605ce6d02b8be0b52969594.tar.gz
forums-7752115971b89d79f605ce6d02b8be0b52969594.tar.bz2
forums-7752115971b89d79f605ce6d02b8be0b52969594.tar.xz
forums-7752115971b89d79f605ce6d02b8be0b52969594.zip
#8302
git-svn-id: file:///svn/phpbb/trunk@7031 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 146f55ddb6..77dc8097d2 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -22,7 +22,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
error_reporting(E_ALL ^ E_NOTICE);
// @todo Review this test and see if we can find out what it is which prevents PHP 4.2.x from even displaying the page with requirements on it
-if (version_compare(phpversion(), '4.3.0') < 0)
+if (version_compare(phpversion(), '4.3.3') < 0)
{
die('You are running an unsupported PHP version. Please upgrade to PHP 4.3.3 or higher before trying to install phpBB 3.0');
}