From baf3dd9b6a14c74005b3f7123be61536c4dd7e5b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 30 Jul 2013 08:27:12 -0400 Subject: [PATCH] Bug #4036 Call to undefined function mb_detect_encoding (clarify the doc) --- ChangeLog | 1 + doc/require.rst | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 548df626cb..e188914b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 4.0.6.0 (not yet released) +- bug #4036 Call to undefined function mb_detect_encoding (clarify the doc) 4.0.5.0 (not yet released) - bug #3977 Not detected configuration storage diff --git a/doc/require.rst b/doc/require.rst index 1452ee34ff..e7c5350d9a 100644 --- a/doc/require.rst +++ b/doc/require.rst @@ -13,13 +13,10 @@ PHP --- * You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP Library - (SPL) extension and JSON support. + (SPL) extension, JSON support, and the ``mbstring`` and ``ctype`` extensions. * To support uploading of ZIP files, you need the PHP ``zip`` extension. -* For proper support of multibyte strings (eg. UTF-8, which is currently - the default), you should install the ``mbstring`` and ``ctype`` extensions. - * You need GD2 support in PHP to display inline thumbnails of JPEGs ("image/jpeg: inline") with their original aspect ratio.