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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2016-12-05 12:16:55 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2016-12-05 12:16:55 +0300
commit028998f82978f52555425eace23d63b20ce82b80 (patch)
treef398a0f887c0502cb4686b8dc38df71c15f72507
parent4f29bbd76ae8cb76c8fe1932ae642a5cea48ba38 (diff)
Fix #12784 Remove ctype installation suggestion
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
-rw-r--r--ChangeLog1
-rw-r--r--doc/require.rst2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49ad3419c8..4e4f0e34f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- issue #12778 Syntax Error in Adding/Changing TIMESTAMP columns with default value as NULL
- issue #12769 Edit/Export links are not clickable under Routines tab
- issue #12757 Fixed creating new user with older MariaDB
+- issue #12784 Remove ctype installation suggestion
4.6.5.1 (2016-11-25)
- issue #12735 Incorrect parameters to escapeString in Node.php
diff --git a/doc/require.rst b/doc/require.rst
index 4e3c7ec789..5d2a3b8428 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -35,8 +35,6 @@ PHP
``allow_url_open`` in your :file:`php.ini` or to have the
`curl <https://www.php.net/curl>`_ extension.
-* Performance suggestion: install the ``ctype`` extension.
-
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
Database