From 0c32545c256414cb0b514fe4ffa493c84751218f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 4 Sep 2017 12:13:02 +0200 Subject: [PATCH] Documnent ctype dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is required by Twig. Fixes #13611 Signed-off-by: Michal Čihař --- composer.json | 1 + doc/require.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 83debce47e..f459a8c187 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "ext-xml": "*", "ext-pcre": "*", "ext-json": "*", + "ext-ctype": "*", "phpmyadmin/sql-parser": "^4.2", "phpmyadmin/motranslator": "^3.0", "phpmyadmin/shapefile": "^2.0", 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.