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/docs/README.html | |
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/docs/README.html')
-rw-r--r-- | phpBB/docs/README.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index b66f47178e..7def70c2f5 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -261,7 +261,7 @@ <ul> <li>Your server type/version, e.g. Apache 2.2.3, IIS 7, Sambar, etc.</li> - <li>PHP version and mode of operation, e.g. PHP 5.3.3 as a module, PHP 5.4.0 running as CGI, etc.</li> + <li>PHP version and mode of operation, e.g. PHP 5.3.9 as a module, PHP 5.4.0 running as CGI, etc.</li> <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 SP1, etc.</li> </ul> @@ -319,7 +319,7 @@ <div class="content"> - <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.3.</p> + <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.9.</p> <p>Please remember that running any application on a development (unstable, e.g. a beta release) version of PHP can lead to strange/unexpected results which may appear to be bugs in the application. Therefore, we recommend you upgrade to the newest stable version of PHP before running phpBB. If you are running a development version of PHP please check any bugs you find on a system running a stable release before submitting.</p> |