diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-07 21:38:37 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-07 21:38:37 +0100 |
commit | ab8dc92d2625b0b46d2b9c2a08331073d00b08cb (patch) | |
tree | 9fd7b9602064be160def6c9bb00e10f77317a812 /phpBB/docs/INSTALL.html | |
parent | 07ae3e997c72317a0dd3c08be45aa6e760213102 (diff) | |
parent | e8247faacc64dd5938a07e5aacf9e9d031933af5 (diff) | |
download | forums-ab8dc92d2625b0b46d2b9c2a08331073d00b08cb.tar forums-ab8dc92d2625b0b46d2b9c2a08331073d00b08cb.tar.gz forums-ab8dc92d2625b0b46d2b9c2a08331073d00b08cb.tar.bz2 forums-ab8dc92d2625b0b46d2b9c2a08331073d00b08cb.tar.xz forums-ab8dc92d2625b0b46d2b9c2a08331073d00b08cb.zip |
Merge pull request #4063 from marc1706/ticket/14339
[ticket/14339] Properly state PHP version support
* marc1706/ticket/14339:
[ticket/14339] Properly state PHP version support
Diffstat (limited to 'phpBB/docs/INSTALL.html')
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 033bb1a80b..2929c7be28 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@ <li>Oracle</li> </ul> </li> - <li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li> + <li><strong>PHP 5.3.3+</strong> and <strong>PHP < 7.0</strong> with support for the database you intend to use.</li> <li>The following PHP modules are required: <ul> <li>json</li> |