Added missing mbstring extension

This commit is contained in:
Roman Kelesidis 2023-09-24 12:26:38 +07:00
commit bbe17401a0
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ and go from there. The documentation will be translated into english in the near
* Apache / nginx
* MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
* PHP: 7.4 / 8.0 / 8.1 / 8.2
* PHP Extensions: bcmath, intl, tidy (optional), xml, xmlwriter
* PHP Extensions: mbstring, bcmath, intl, tidy (optional), xml, xmlwriter
## 💾 Installation

View file

@ -25,6 +25,7 @@ define('CHECK_REQIREMENTS', [
'tidy',
'mysqli',
'bcmath',
'mbstring',
'intl',
'xml',
'xmlwriter',