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-24 14:55:39 +0300
committerMichal Čihař <michal@cihar.com>2016-10-24 14:55:39 +0300
commit2ed64c3c6a02cc2d72d7d4e27be8b8b07cc92c13 (patch)
tree3b59c3b1306c5d05f64063466e6d0e7ae93b1c66 /index.php
parent01f7b3c134ef4728501a363554187c4f83e2e519 (diff)
parent403462ee88d31cb73fc7abc929e7299a5613c724 (diff)
Merge branch 'master' into master-security
Diffstat (limited to 'index.php')
-rw-r--r--index.php17
1 files changed, 1 insertions, 16 deletions
diff --git a/index.php b/index.php
index f958840501..c4af9fee29 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.
*/
@@ -484,7 +469,7 @@ if ($cfg['LoginCookieValidityDisableWarning'] == false) {
if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
trigger_error(
__(
- 'Your PHP parameter [a@https://php.net/manual/en/session.' .
+ 'Your PHP parameter [a@https://secure.php.net/manual/en/session.' .
'configuration.php#ini.session.gc-maxlifetime@_blank]session.' .
'gc_maxlifetime[/a] is lower than cookie validity configured ' .
'in phpMyAdmin, because of this, your login might expire sooner ' .