Fixed: SOAP compression causes exceptions on certain PHP installations

Updated: Readme.txt updated
This commit is contained in:
Christopher York 2013-01-15 11:39:18 -06:00
parent 3fb60ed6b3
commit 5b3c358a02
2 changed files with 3 additions and 7 deletions

View file

@ -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
{