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:
authorMarc Delisle <marc@infomarc.info>2013-07-30 16:27:12 +0400
committerMarc Delisle <marc@infomarc.info>2013-07-30 16:27:12 +0400
commitbaf3dd9b6a14c74005b3f7123be61536c4dd7e5b (patch)
treec6e779b2b30c005fd2e0812fec304f0d4c92ec72 /doc/require.rst
parenta46c38ca9447e889c840afd08e3e2b7ffd264898 (diff)
Bug #4036 Call to undefined function mb_detect_encoding (clarify the doc)
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst5
1 files changed, 1 insertions, 4 deletions
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.