Compiled PHP 7 missing mysql extension in WordPress

后端 未结 6 843
慢半拍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条回答
  •  天涯浪人
    2020-12-15 06:17

    Check if the Wordpress still using the Mysql extension that was removed in PHP7.

    http://php.net/manual/en/migration70.removed-exts-sapis.php

    The Mysqli and PDO extensions were kept. This is the reason your other websites are working.

提交回复
热议问题