Link to home
Start Free TrialLog in
Avatar of CJMilner
CJMilner

asked on

OS X 10.5, PHP, need help enabling the SOAP extension

Hi,

I need to write a soap server in php however the version of php on my laptop doesn't seem to have SOAP enabled? I've recently switched to Mac OS X from windows. In windows I know how to fix this issue but in OS X I'm a little lost.

Can someone please advise how I enable SOAP in PHP on my OS X laptop.

PHP Version, 5.2.6. Soap does not appear on a phpinfo() print out.

When I try to call the SoapServer method I get this error:
Fatal error: Class 'SoapServer' not found in /Users/chrismilner/Sites/server/index.php on line 10

Many thanks

C
ASKER CERTIFIED SOLUTION
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial