Fixed: SOAP compression causes exceptions on certain PHP installations
Updated: Readme.txt updated
This commit is contained in:
parent
3fb60ed6b3
commit
5b3c358a02
2 changed files with 3 additions and 7 deletions
|
@ -415,7 +415,6 @@ class WebsitePanel
|
|||
$soapParams = array('login' => $this->_esUsername,
|
||||
'password' => $this->_esPassword,
|
||||
'cache_wsdl' => WSDL_CACHE_NONE, // WSDL caching is an annoying nightmare - we will disable it
|
||||
'compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP
|
||||
);
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue