phpmyadmin出現Deprecation Notice

依據提示修改﹕
sudo nano /usr/share/phpmyadmin/libraries/common.inc.php

使Function get_magic_quotes_gpc()不生效

/*
Function get_magic_quotes_gpc()
...
*/

然後重啟apache2

sudo systemctl restart apache2

Tags: