Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem 1 - Installation request for besimple/soap-bundle dev-master -> satisfiable by besimple/soap-bundle[dev-master]. - besimple/soap-bundle dev-master requires ext-soap * -> the requested PHP e xtension soap is missing from your system. #86

Open
ghost opened this issue Mar 25, 2014 · 7 comments

Comments

@ghost
Copy link

ghost commented Mar 25, 2014

I'm having problems the setup of the bundle.
Using the command: php composer.phar require besimple/soap-bundle:dev-master from the git console.
I receive some errors that I don't reach the real cause (compatibilit perhaps). The extension is already enabled.

I'm using:

-Symfony 2.3.9
-Wamp 2.4
-Php 5.4.16

Here are the images:

Console

git-soap-problem

PhpInfo

soap-enabled

Thanks.

@raziel057
Copy link

Enable the SOAP extension in your php.ini CLI

@francisbesset
Copy link
Member

$ php -m|grep soap
soap

@sanduhrs
Copy link

composer self-update

did the trick for me

@abhaymaurya
Copy link

Hello everyone, I had same issue. I am running php via xampp and recently I tried installing a Laravel project (Windows). When running composer install I ran into this very same issue.
In my case I just had to go to:
C:\xampp\php\php.ini
as thats the config file which gets loaded for php. You can find out yours by running:
php --ini
(I use GitBash for command line operations)
So in my php.ini file I found following line:
;extension=php_soap.dll
I had to remove the ";" from the start of the line as it means commented,
Then running composer install went smooth as butter.
Hope it helps some of the fellow devs.

@Sturm
Copy link

Sturm commented Oct 24, 2018

If you are using linux with php 7.+ then use this command
sudo apt-get install php7.2-soap
This issue took me an hour to solve

@aliguzz
Copy link

aliguzz commented Oct 17, 2019

awesome Dude

@H4D3SPH4NT0M
Copy link

If you are using linux with php 7.+ then use this command
sudo apt-get install php7.2-soap
This issue took me an hour to solve

Thanks alot this did the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants