mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -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
|
||||
* 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
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ define('CHECK_REQIREMENTS', [
|
|||
'tidy',
|
||||
'mysqli',
|
||||
'bcmath',
|
||||
'mbstring',
|
||||
'intl',
|
||||
'xml',
|
||||
'xmlwriter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue