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>2016-05-25 18:46:51 +0300
committerMichal Čihař <michal@cihar.com>2016-05-25 18:49:16 +0300
commit076f74d7e521e4b38d0c97301ef5a5f1ed3ecc35 (patch)
treeb6a14f45985243fab555632ffa44d274c8413c60 /doc/require.rst
parent96e22abfff0231fdad77c65d6087691184cfcb90 (diff)
Add mbstring glossary term from wiki
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 8f4c2417e7..b38c9d68d9 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -13,7 +13,7 @@ PHP
---
* You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
- (SPL) extension, JSON support, and the ``mbstring`` extension.
+ (SPL) extension, JSON support, and the ``mbstring`` extension (see :term:`mbstring`).
* To support uploading of ZIP files, you need the PHP ``zip`` extension.