Jump to content

disabling SOAP - PHP5


Recommended Posts

Hi all

I've got a script running on my VPS server (Ubuntu w/PHP5) - one of them however uses its own SoapClient class, and is Zend Encoded. However, I believe Soap is installed by default on PHP5, so i'm getting the error:

 

Cannot redeclare class soapclient in...

 

now speaking to the script owners, they tell me I need to disable SOAP client on my server - only I don't know how. Googling for this error pretty much says "rename the SOAP class in your script" - only I can't, as it's encoded.

 

So - anyone know how I can "disable" the default installation of SOAP?

Cheers

Mark

Link to comment
https://forums.phpfreaks.com/topic/69444-disabling-soap-php5/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.