Compiled PHP 7 missing mysql extension in WordPress

后端 未结 6 848
慢半拍i
慢半拍i 2020-12-15 05:51

I have built PHP 7 with a configuration that worked for a previous version of PHP. Now my WordPress websites get the message:

Your PHP installation a

6条回答
  •  萌比男神i
    2020-12-15 06:09

    PHP 7 has removed mysql_* completely.

    You need to use PDO or mysqli. Wordpress seems not to support this.

提交回复
热议问题