mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Added missing mbstring extension
This commit is contained in:
parent
9f479a5ca5
commit
bbe17401a0
2 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ and go from there. The documentation will be translated into english in the near
|
||||||
* Apache / nginx
|
* Apache / nginx
|
||||||
* MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
|
* MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
|
||||||
* PHP: 7.4 / 8.0 / 8.1 / 8.2
|
* 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
|
## 💾 Installation
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ define('CHECK_REQIREMENTS', [
|
||||||
'tidy',
|
'tidy',
|
||||||
'mysqli',
|
'mysqli',
|
||||||
'bcmath',
|
'bcmath',
|
||||||
|
'mbstring',
|
||||||
'intl',
|
'intl',
|
||||||
'xml',
|
'xml',
|
||||||
'xmlwriter',
|
'xmlwriter',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue