Jump to content

Recommended Posts

Normalmente vem por padrão em qualquer instalação do PHP 5.3+, mas depende do seu servidor...

 

S.O: CentOS / Ubuntu / Debian / Windows (desista) / Outro ?

Server Software: Apache / NGINX / IIS (desista) / Outro ?

Painel de Controle: cPanel / PHP-FPM / Plesk / Outro?

 

Pelo cPanel vc pode acessar o WHm e recompilar o Apache/PHP (EasyApache), com a opção SOAP ativada.

 

Em outros servidores, pode fazer manualmente, acessando o SSH como root:

CentOS / RedHat: yum install php-soap

Ubuntu / Debian: sudo apt-get install php-soap

 

Também deve se certificar que a extensão 'extension=soap.so' está ativada (não comentada) no arquivo php.ini.

 

Seguem alguns links do Google:

http://stackoverflow.com/questions/11584426/how-do-i-enable-enable-soap-in-php-on-linux

http://php.net/manual/pt_BR/soap.installation.php

http://serverfault.com/questions/419037/install-php-soap-in-centos-5-6-with-php-5-2-17

https://bbs.archlinux.org/viewtopic.php?id=120717

 

Boa sorte

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...