diff options
| author | Marek A. R <aptx@phpbb.com> | 2008-06-18 21:32:58 +0000 |
|---|---|---|
| committer | Marek A. R <aptx@phpbb.com> | 2008-06-18 21:32:58 +0000 |
| commit | aeb36226c04722ca38a7daed6fddf6a3bbbed749 (patch) | |
| tree | cdd32d2096d8d3502449223e2e043dcf4292d063 /phpBB/install/index.php | |
| parent | eeba8f456003cdcbdd4a6573b6a3b25250bbccef (diff) | |
| download | forums-aeb36226c04722ca38a7daed6fddf6a3bbbed749.tar forums-aeb36226c04722ca38a7daed6fddf6a3bbbed749.tar.gz forums-aeb36226c04722ca38a7daed6fddf6a3bbbed749.tar.bz2 forums-aeb36226c04722ca38a7daed6fddf6a3bbbed749.tar.xz forums-aeb36226c04722ca38a7daed6fddf6a3bbbed749.zip | |
Change 5.1.0 to 5.2.0
git-svn-id: file:///svn/phpbb/trunk@8659 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
| -rw-r--r-- | phpBB/install/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 7aceaa0aa0..ef4b4bfebd 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -22,9 +22,9 @@ if (!defined('PHP_EXT')) define('PHP_EXT', 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(PHP_VERSION, '5.1.0') < 0) +if (version_compare(PHP_VERSION, '5.2.0') < 0) { - die('You are running an unsupported PHP version. Please upgrade to PHP 5.1.0 or higher before trying to install phpBB 3.0'); + die('You are running an unsupported PHP version. Please upgrade to PHP 5.2.0 or higher before trying to install phpBB 3.0'); } /* |
