PHP 7 with phpmyadmin gives lots of Deprecation Notices

前端 未结 20 1327
失恋的感觉
失恋的感觉 2020-12-12 13:16

I have Ubuntu 16.04 LTS running with PHP7 and phpmyadmin installed. However, I get a lot of deprecation notices like:

Depre         


        
20条回答
  •  难免孤独
    2020-12-12 13:25

    Problem arises when there's a mismatch between the original PHP version you were running previously and your current PHP server version. Depending on your installed PHP version, this should be enough.

    sudo apt-get update
    sudo apt-get install phpmyadmin php7.0-gettext php7.0-mbstring -y
    

提交回复
热议问题