blange13 Posted March 12, 2007 Share Posted March 12, 2007 How do I go about disabling SOAP extensions with php 5.2? Is there a simple edit to php.ini? I am trying to use NuSoap and am getting a conflict problem. Thanks, Brian Quote Link to comment https://forums.phpfreaks.com/topic/42372-disabling-soap-php-52/ Share on other sites More sharing options...
Daniel0 Posted March 12, 2007 Share Posted March 12, 2007 Remove the line saying something like extension= and then something with soap in your php.ini. Alternatively, you could also just comment it out by prepending a semi-colon. Quote Link to comment https://forums.phpfreaks.com/topic/42372-disabling-soap-php-52/#findComment-205562 Share on other sites More sharing options...
blange13 Posted March 12, 2007 Author Share Posted March 12, 2007 The line with extension=php_soap.dll already has a ; at the beginning. These are for windows installations correct? I am on a unix server. Quote Link to comment https://forums.phpfreaks.com/topic/42372-disabling-soap-php-52/#findComment-205591 Share on other sites More sharing options...
Daniel0 Posted March 12, 2007 Share Posted March 12, 2007 The same goes for UNIX based installations except that they will have to .so extension instead. Quote Link to comment https://forums.phpfreaks.com/topic/42372-disabling-soap-php-52/#findComment-205779 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.