Merge pull request #555 from torrentpier/min-req-db-version

Added min required mysql / mariadb version
This commit is contained in:
Roman Kelesidis 2023-02-28 22:25:29 +07:00 committed by GitHub
commit 195e0163ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ and go from there. The documentation will be translated into english in the near
## Requirements ## Requirements
* Apache / nginx * Apache / nginx
* MySQL / MariaDB / Percona * MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
* PHP: 7.1 / 7.2 / 7.3 * PHP: 7.1 / 7.2 / 7.3
* PHP Extensions: bcmath, intl, tidy (optional), xml, xmlwriter * PHP Extensions: bcmath, intl, tidy (optional), xml, xmlwriter