PHP Startup Unable to load dynamic library /usr/lib/php/20151012/php_mysqli.dll

前端 未结 9 906
一整个雨季
一整个雨季 2021-01-04 07:32

I have ubuntu 14.04 EC2 instance. I have installed php 7 on it. when I execute any php command like php --version or any other. I get following error

PHP War         


        
9条回答
  •  误落风尘
    2021-01-04 08:21

    Just comment out all lines with .dll extensions because you are on Ubuntu. Ubuntu support .so files.

提交回复
热议问题