tonyc Posted July 13, 2007 Share Posted July 13, 2007 hi guys, Please help how to add the soap extension or enable it. When i configure my PHP i did not include the option "--enable-soap" so when i check it with phpinfo() and indeed no soap extension available. How can i add the soap extension without recompiling my php. i have php 5.1.6 install in my machine. i want to enable it in my mac os x and sametime fedora box. Thanks for the help. Quote Link to comment Share on other sites More sharing options...
trq Posted July 13, 2007 Share Posted July 13, 2007 Download, unpack and cd into the source directory then... $ phpize $ ./configure -help $ make Once its compiled copy the *.so file to your extensions directory. Quote Link to comment Share on other sites More sharing options...
tonyc Posted July 25, 2007 Author Share Posted July 25, 2007 hi thanks for the good information. but still have problem. can you please give me the url to download the extension package? I have the same situation in enabling PDO extension. My quess is somebody out there who are experts on this. Please help. a big THANKS! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.