2
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. 

Note: I have enabled the soap extension in php.ini

5
  • are you sure you are updating the correct ini file Commented Aug 19, 2018 at 19:11
  • yes, I have updated in xamp/php/php.ini(dev and prod both) Commented Aug 20, 2018 at 3:42
  • If you're using Linux, What's the output of php -m | grep soap Commented Aug 20, 2018 at 5:16
  • Please show the contents of your php.ini file and the output of php --ini, php -m and php -i. Commented Aug 20, 2018 at 14:45
  • Try this answer. Hope, it'll help. Commented Oct 4, 2018 at 18:12

1 Answer 1

1

This command should fix it sudo apt-get install php7.0-curl. Note: Change the PHP version to what you are using.

Sign up to request clarification or add additional context in comments.

1 Comment

Why would installing the curl extension solve an error about the soap extension?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.