diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2015-02-04 21:14:01 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2015-02-04 21:14:01 +0100 |
| commit | e4064ca839a6053bdb3f01fd4215f5e4d088a2f5 (patch) | |
| tree | 93d9aa03493fc667f26bce8cf5a2c4e488ba8b7d /phpBB/install/install_install.php | |
| parent | 3267c6a61ad88bf96d6f0159dcb565ded4704e82 (diff) | |
| parent | e323c7c23aabcd9914d2a2572e43430e00ced421 (diff) | |
| download | forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.gz forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.bz2 forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.xz forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.zip | |
Merge pull request #3207 from Nicofuma/ticket/13407
[ticket/13407] Update Symfony to 2.7.*@dev
* Nicofuma/ticket/13407:
[ticket/13407] Update composer.lock file
[ticket/13407] Bump minimal version to php 5.3.9
[ticket/13407] Introduce a request_stack service
[ticket/13407] Remove the last occurence of pattern in routing files
[ticket/13407] Update Symfony to 2.7.*@dev
Diffstat (limited to 'phpBB/install/install_install.php')
| -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 2965c560d9..380f34bab6 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -157,7 +157,7 @@ class install_install extends module // Test the minimum PHP version $php_version = PHP_VERSION; - if (version_compare($php_version, '5.3.3') < 0) + if (version_compare($php_version, '5.3.9') < 0) { $result = '<strong style="color:red">' . $lang['NO'] . '</strong>'; } |
