diff options
| author | David King <imkingdavid@gmail.com> | 2012-03-08 17:31:19 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-25 21:20:52 -0400 |
| commit | 75e731e14b219d5b926755e01b957a5640f26ac8 (patch) | |
| tree | 9c0705202c7273da92f7e485b4d088fd7d986acd /phpBB/install | |
| parent | 0ce899cb8730008b470ef37eac3dcd2965fd2314 (diff) | |
| download | forums-75e731e14b219d5b926755e01b957a5640f26ac8.tar forums-75e731e14b219d5b926755e01b957a5640f26ac8.tar.gz forums-75e731e14b219d5b926755e01b957a5640f26ac8.tar.bz2 forums-75e731e14b219d5b926755e01b957a5640f26ac8.tar.xz forums-75e731e14b219d5b926755e01b957a5640f26ac8.zip | |
[task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2
PHPBB3-10693
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 4663b5204e..361376763d 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -140,7 +140,7 @@ class install_install extends module // Test the minimum PHP version $php_version = PHP_VERSION; - if (version_compare($php_version, '5.2.0') < 0) + if (version_compare($php_version, '5.3.2') < 0) { $result = '<strong style="color:red">' . $lang['NO'] . '</strong>'; } |
