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".

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

Reply via email to