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>2016-10-17 18:03:12 +0300
committerMichal Čihař <michal@cihar.com>2016-10-17 18:03:12 +0300
commit4311ea09d9f11d7b70b83c5842b03e959a4e811a (patch)
treeeadf22017a36c7e20177ada771021b404d9b2369 /index.php
parent62b6e640fccb73fba0ebbc1b45535fba763ceae3 (diff)
parentd47956461f375baf6d9ef99989c8c8fdf47af553 (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'index.php')
-rw-r--r--index.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/index.php b/index.php
index c5ac1a1837..201289a07a 100644
--- a/index.php
+++ b/index.php
@@ -433,21 +433,6 @@ echo '</div>';
echo '</div>';
/**
- * As we try to handle charsets by ourself, mbstring overloads just
- * break it, see bug 1063821.
- */
-if (@extension_loaded('mbstring') && @ini_get('mbstring.func_overload') > 1) {
- trigger_error(
- __(
- 'You have enabled mbstring.func_overload in your PHP '
- . 'configuration. This option is incompatible with phpMyAdmin '
- . 'and might cause some data to be corrupted!'
- ),
- E_USER_WARNING
- );
-}
-
-/**
* mbstring is used for handling multibytes inside parser, so it is good
* to tell user something might be broken without it, see bug #1063149.
*/