How do I install Soap?
I got this error:
Fatal error: Class \'SoapClient\' not found in /home/user/mysite.com/path/to/file.php on line 16
I had the same problem, there was no extension=php_soap.dll in my php.ini But this was because I had copied the php.ini from a old and previous php version (not a good idea). I found the dll in the ext directory so I just could put it myself into the php.ini extension=php_soap.dll After Apache restart all worked with soap :)