mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13187] Fix HTML validity of INSTALL.html
PHPBB3-13187
This commit is contained in:
parent
009d59335f
commit
51044167d1
1 changed files with 2 additions and 1 deletions
|
@ -142,10 +142,11 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li>
|
||||
<li>The following PHP modules are required:</li>
|
||||
<li>The following PHP modules are required:
|
||||
<ul>
|
||||
<li>json</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>getimagesize() function must be enabled.</li>
|
||||
<li>Presence of the following modules within PHP will provide access to additional features, but they are not required:
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue