diff options
author | Nicofuma <github@nicofuma.fr> | 2015-02-03 17:23:11 +0100 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-02-04 17:40:18 +0100 |
commit | b8939da2425eb96dff26dbf51d6ead01fbb4901a (patch) | |
tree | 732bc8506c13506063c0730a3a6c5ea0db61ac69 /phpBB/docs/README.html | |
parent | 73d3d02af11e1f37a0ce73a68bd42affe83891a5 (diff) | |
download | forums-b8939da2425eb96dff26dbf51d6ead01fbb4901a.tar forums-b8939da2425eb96dff26dbf51d6ead01fbb4901a.tar.gz forums-b8939da2425eb96dff26dbf51d6ead01fbb4901a.tar.bz2 forums-b8939da2425eb96dff26dbf51d6ead01fbb4901a.tar.xz forums-b8939da2425eb96dff26dbf51d6ead01fbb4901a.zip |
[ticket/13407] Bump minimal version to php 5.3.9
PHPBB3-13407
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> |