with "--disable-soap".
I don't think you can do it from php.ini.
...
> How can i disable soap client and server for php5, reason is that i've got
> NuSOAP (which i must use) and its classes clash with that of PHP5. My php
> configuration (when using <phpinfo()> displays soap client and server
> enabled for php5. I need to disable if ..amd looking into the configs..to
> see how
> cheers
> ---------------------------------
> Ahhh...imagining that irresistible "new car" smell?
> Check outnew cars at Yahoo! Autos.
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 <newsgr
@itoctopus.com> wrote: 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"
wrote in message
news:507841.68349.qm@web56407.mail.re3.yahoo.com...
> How can i disable soap client and server for php5, reason is that i've got
> NuSOAP (which i must use) and its classes clash with that of PHP5. My php
> configuration (when using
displays soap client and server
> enabled for php5. I need to disable if ..amd looking into the configs..to
> see how
> cheers
> ---------------------------------
> Ahhh...imagining that irresistible "new car" smell?
> Check outnew cars at Yahoo! Autos.
--
PHP General Mailing List (
http://www.php.net/)
To unsubscribe, visit:
http://www.php.net/unsub.php ---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
-----------------------------------------------Reply-----------------------------------------------
Don Don wrote:
> How can i disable soap client and server for php5, reason is
> that i've got NuSOAP (which i must use) and its classes clash
> with that of PHP5. My php configuration (when using
> <phpinfo()> displays soap client and server enabled for php5.
> I need to disable if ..amd looking into the configs..to see how
> cheers
I also use NuSOAP with PHP5, all I did is edit nusoap.php and rename the
class "soapclient" to "soap_client".
-----------------------------------------------Reply-----------------------------------------------
On Wed, May 9, 2007 8:27 am, Brad Fuller wrote:
> Don Don wrote:
>> How can i disable soap client and server for php5, reason is
>> that i've got NuSOAP (which i must use) and its classes clash
>> with that of PHP5. My php configuration (when using
>> <phpinfo()> displays soap client and server enabled for php5.
>> I need to disable if ..amd looking into the configs..to see how
>> cheers
> I also use NuSOAP with PHP5, all I did is edit nusoap.php and rename
> the
> class "soapclient" to "soap_client".
It depends how "smart" apt-get is gonna be, but you might try:
uninstall soap
uninstall php
re-install php FIRST
re-install SOAP
Since PHP will think SOAP was not there, it won't add in the PHP SOAP
stuff.
If apt-get is "smart" and figures out that you wanted SOAP + PHP
because you already have PHP, you have no choice but to compile from
source and choose what you want, instead of taking whatever apt-get
feels like giving you.
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?