N°2899 - Setup: Add mbstring as mandatory PHP extension

This commit is contained in:
Molkobain
2020-09-08 09:12:43 +02:00
parent 3c299654e3
commit 7d1a61a2f9

View File

@@ -2120,6 +2120,7 @@ JS
'zlib',
'zip',
'fileinfo', // N°3123
'mbstring', // N°2899
'gd', // test image type (always returns false if not installed), image resizing, PDF export
];
}