RE: Disable Soap Client and Soap Server in php5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux