PHP 7.0 and MySQL start-up error “undefined symbol: mysqlnd_allocator in Unknown”

前端 未结 3 622
日久生厌
日久生厌 2021-01-14 11:11

Getting this warning on a custom-compiled version of PHP7, even when running php -v.

Tried all solutions posted. What could cause this?

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-14 12:05

    I found that I had

    extension=pdo_mysql
    

    uncommented in my php.ini file and this was causing the problem. Libraries are loaded by the files in the /etc/php/7.4/cli/conf.d/ file on my system and don't need to be loaded by uncommenting lines in the php.ini file.

提交回复
热议问题