Skip to content

Commit

Permalink
Update PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaEdit committed May 7, 2024
1 parent 740e5b2 commit 414e120
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions basics/installation/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PrestaShop needs the following server configuration in order to run:
| Requirement | Configuration
| ---------------- | ------------------
| **Web server** | Apache Web Server 2.4 or any later version. (Although compatible, Apache Web Server 2.2 is not recommended since it [reached its EOL in 2018](https://httpd.apache.org/)).
| **PHP** | **We recommend PHP 8.1**. See the compatibility chart below for more details. (Although compatible, PHP 7.2.5 to 8.0 are not recommended since they reached their [end of support](https://www.php.net/supported-versions.php).)
| **PHP** | **We recommend PHP 8.1**. See the compatibility chart below for more details.
| **MySQL** | 5.6 minimum, **a recent version is recommended**.
| **Server RAM** | **The more the merrier**. We recommend setting the memory allocation per script (`memory_limit`) to a minimum of `256M`.

Expand Down Expand Up @@ -48,27 +48,23 @@ You'll get a web page detailing requirements and recommendations, and how your s
</tr>
<tr class="h-version-titles">
<th>PrestaShop Version</th>
<th>&le;&nbsp;7.1</th>
<th>7.2</th>
<th>7.3</th>
<th>7.4</th>
<th>8.0</th>
<th>&le;&nbsp;8.0</th>
<th>8.1</th>
<th>&ge;&nbsp;8.2</th>
<th>8.2</th>
<th>8.3</th>
<th>&ge;&nbsp;8.4</th>
</tr>
</thead>
<tbody>
<tr>
<td>8.0~8.1</td>
<td>9.0</td>
<td class="support-no"><span class="sr-only">No</span></td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-yes">
<i class="fa fa-check" aria-hidden="true" title="Recommended version"></i>
<span class="sr-only">Recommended version</span>
</td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-yes"><span class="sr-only">Yes</span></td>
<td class="support-no"><span class="sr-only">No</span></td>
</tr>
</tbody>
Expand Down

0 comments on commit 414e120

Please sign in to comment.