phpMyAdmin显示弃用错误

phpMyAdmin显示弃用错误,phpmyadmin,Phpmyadmin,当我在我的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 deprec

当我在我的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)
这是你的电话号码

我试着跟随这里,但这也不起作用。
另外,
sudo-apt-get-update
sudo-apt-get-upgrade
没有任何更改

尝试使用
aptitude重新安装phpmyadmin php gettext php mbstring
apt install重新安装phpmyadmin php gettext php mbstring
并重新加载页面

如果它们再次显示,也可能是E_USER_不推荐使用,请在php.ini中更改错误报告,如下所示

错误报告=E_ALL&~E_已弃用&~E_用户&~E_已弃用&~E_严格


并重新加载您的Web服务器。

即使将其添加到
php.ini
中,我仍然会得到相同的结果。。许多弃用通知。。