diff --git a/basics/installation/system-requirements.md b/basics/installation/system-requirements.md index 60e0515c7b..11677f4265 100644 --- a/basics/installation/system-requirements.md +++ b/basics/installation/system-requirements.md @@ -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`. @@ -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/ \ No newline at end of file +[nodejs]: https://nodejs.org/