【发布时间】:2018-03-15 00:38:24
【问题描述】:
当我在我的 Ubuntu 16.04.3 服务器上登录我的 phpMyAdmin 4.5.4.1deb2ubuntu2 时,我收到了很多弃用通知:
Deprecation Notice in ./../php/php-gettext/streams.php#48
Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor
Backtrace
./../php/php-gettext/gettext.inc#41: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)
这里是complete list of error messages。
我尝试在这里关注this answer,但这也没有用。
sudo apt-get update 和 sudo apt-get upgrade 也没有改变。
【问题讨论】:
标签: phpmyadmin