Re: [PHP] Re: Disable Soap Client and Soap Server in php5

2007-05-09 Thread Don Don
I guess i installed php using apt-get along with the necessary modules e.g. soap etc, is it then the case of removing the soap library ? I dont want soap removed but just disabled. Am not really sure if that will work. itoctopus <[EMAIL PROTECTED]> wrote: I think the only way, and I really hope

[PHP] Re: Disable Soap Client and Soap Server in php5

2007-05-09 Thread itoctopus
I think the only way, and I really hope I'm mistaken, is to recompile php with "--disable-soap". I don't think you can do it from php.ini. -- itoctopus - http://www.itoctopus.com "Don Don" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can i disable soap client and server for