Ollie222 Posted August 31, 2010 Report Share Posted August 31, 2010 I'm running Uniformserver 5.5 on windows 7 and I'm trying to switch on php soap. Am I right in thinking that all I should have to do is copy the php_soap.dll file into the php\extensions folder and then uncomment the following line in php.ini? extension=php_soap.dll Am I missing anything else as I've done the above and it's not being recognised. Cheers Stu Quote Link to comment Share on other sites More sharing options...
Ric Posted August 31, 2010 Report Share Posted August 31, 2010 “I'm running Uniformserver 5.5” What you are doing looks fine! However I will need to dig that version out to see if there where any dependencies. All the bestRic Quote Link to comment Share on other sites More sharing options...
Ollie222 Posted September 1, 2010 Author Report Share Posted September 1, 2010 I've actually sorted this now, it was my mistake as I was using a VC9 compiled version instead of a VC6 and the errors were being suppressed so I didn't realise this was the problem. It all looks to be working now so that's good. Quote Link to comment Share on other sites More sharing options...
Ric Posted September 1, 2010 Report Share Posted September 1, 2010 I checked and there were no dependencies. Thanks for posting; glad you have resolved this issue. All the bestRic Quote Link to comment Share on other sites More sharing options...
Boyd Posted September 24, 2010 Report Share Posted September 24, 2010 Forgive me folks, I'm new to Uniform Server and php. Concept of US is just awesome, love it and it works really well. But, I'm trying to do the same re. soap, I want to test and eval the iTop CMDB system, which requires soap to be enabled. I did exactly the above, copied php_soap.dll into the php\extensions folder, and uncommented the line in the php.ini as described by Ollie222 above. What I'm not sure of is if there are any version issues. I have just downloaded Nano 5.6.13, and then had to download the whole php 5.3.3. win32 vc6 x86 from windows.php.net to get the php_soap.dll. But there are various versions available there, and I'm not sure which is whch. There is a "thread safe" and a "non thread safe" version. I'm not sure if it makes any difference to the php_soap.dll that comes with the packages. Regardless, the iTop installation pre-check still complains about soap. Unfortunately, php.net is not very useful in this regard. Thanx and regards EDIT: PS Sorry, forgot to mention, using Win7 Quote Link to comment Share on other sites More sharing options...
BugFixed Posted September 25, 2010 Report Share Posted September 25, 2010 You need to use the same version, f.i, use php_soap version 5.2 for PHP version 5.2.x and php sorap version 5.3 for PHP version 5.3.x Quote Link to comment Share on other sites More sharing options...
monsieur martin Posted April 21, 2011 Report Share Posted April 21, 2011 The dll's are now in the new packages but they still don't show as activated into the phpinfo() there is no soap section 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.