用 php -m 的命令看下安装的PHP扩展库

PHP警告:PHP启动:无法加载动态库’curl’
解决方法 PHP Warning: PHP Startup: Unable to load dynamic library 'curl'
解决方法:
原因是这些扩展重复加载,打开php.ini文件,注释掉扩展
nano /usr/local/php/etc/php.ini
扩展前加上分号**;**
解决方法 PHP Warning: PHP Startup: Unable to load dynamic library 'curl'
重启 /etc/init.d/php-fpm restart

相关文章:

  • 2021-08-16
  • 2021-09-17
  • 2021-06-13
  • 2021-06-24
  • 2021-10-12
  • 2021-10-30
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-01-08
  • 2021-09-26
  • 2021-05-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案