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-09-04 13:13:02 +0300
committerMichal Čihař <michal@cihar.com>2017-09-04 13:13:42 +0300
commit0c32545c256414cb0b514fe4ffa493c84751218f (patch)
tree0e5101f473b6b8ff0236a1a5f8a6a8b2494be001 /doc/require.rst
parent04279efdff5abfbbbcad19153e75f2d45c4ef0ce (diff)
Documnent ctype dependency
It is required by Twig. Fixes #13611 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 0de03a5728..8f6cf62f16 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, and JSON support.
+ (SPL) extension, ctype, and JSON support.
* The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended
for performance reasons.