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:02:25 +0300
committerMichal Čihař <michal@cihar.com>2016-10-17 18:02:25 +0300
commitd47956461f375baf6d9ef99989c8c8fdf47af553 (patch)
tree51105aaef8c2f5679626f574816fe952efdd9b13 /index.php
parentd6680545ff4c35b2187268d9816b1a3e0b1c13fe (diff)
parent4055eb9162006111bd33964535a076b87d2a4d6f (diff)
Merge remote-tracking branch 'origin/pull/12616' into 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 5fe048ab43..62c0a4d63f 100644
--- a/index.php
+++ b/index.php
@@ -429,21 +429,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.
*/