Skip to content

Commit

Permalink
Merge pull request #1799 from fulldecent/patch-2
Browse files Browse the repository at this point in the history
Update PHP support information in "system requirements" information
  • Loading branch information
nicosomb authored May 5, 2024
2 parents b4ea7f4 + 8c12ea2 commit 7f6802f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 or will reach soon their end of support.)
| **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).)
| **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 @@ -133,4 +133,4 @@ Install NVM: [Github Repository](https://github.com/nvm-sh/nvm).

[webpack]: https://webpack.js.org/
[composer]: https://getcomposer.org/download/
[nodejs]: https://nodejs.org/
[nodejs]: https://nodejs.org/

0 comments on commit 7f6802f

Please sign in to comment.