繁体   English   中英

在 Yii2 中更新 Composer 时,系统中缺少请求的 PHP 扩展 ext-soap *

[英]The requested PHP extension ext-soap * is missing from your system when updating composer in Yii2

Problem 1
    - The requested PHP extension ext-soap * is missing from your system. Install or enable PHP's soap extension.
  Problem 2
    - Installation request for googleads/googleads-php-lib ^27.1 -> satisfiable by googleads/googleads-php-lib[27.1.0].
    - googleads/googleads-php-lib 27.1.0 requires ext-soap * -> the requested PHP extension soap is missing from your system.

  To enable extensions, verify that they are enabled in your .ini files:
    - C:\xampp\php\php.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

注意:我在 php.ini 中启用了soap扩展

这个命令应该修复它sudo apt-get install php7.0-curl 注意:将 PHP 版本更改为您正在使用的版本。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM