Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-05-17 10:37:49 +0300
committerMichal Čihař <michal@cihar.com>2017-05-17 11:03:30 +0300
commit7cea5eb9af726f1061ee94f141eee46044c5d026 (patch)
tree086e443d11f20de01438cfbdef84bc7f59b0f5f9 /doc/require.rst
parentce78e2f1549b9f6811ba572f9642123330224aa3 (diff)
Replace our mbstring polyfills with symfony/polyfill-mbstring
The symfony/polyfill-mbstring is anyway pulled in through Twig, so this doesn't add additional dependencies. Fixes #12386 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/require.rst b/doc/require.rst
index a6e84ebc39..0de03a5728 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -13,7 +13,10 @@ PHP
---
* You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
- (SPL) extension, JSON support, and the ``mbstring`` extension (see :term:`mbstring`).
+ (SPL) extension, and JSON support.
+
+* The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended
+ for performance reasons.
* To support uploading of ZIP files, you need the PHP ``zip`` extension.