diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-12-05 13:54:39 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-12-05 13:54:39 +0100 |
commit | e8247faacc64dd5938a07e5aacf9e9d031933af5 (patch) | |
tree | 306bf2483f30560765c184b028cebc2cf02d054d /phpBB/docs/INSTALL.html | |
parent | 7eef7b2ea2a62880aafe807a1070c17c96b48a70 (diff) | |
download | forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.gz forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.bz2 forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.xz forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.zip |
[ticket/14339] Properly state PHP version support
PHPBB3-14339
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> |