Browse Source

Add keep_alive = false to SoapClient building options to avoid SSL connection binding issues

Yannick Warnier 8 years ago
parent
commit
ad0219a156
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/lp/openoffice_document.class.php

+ 1 - 0
main/lp/openoffice_document.class.php

@@ -205,6 +205,7 @@ abstract class OpenofficeDocument extends learnpath
             'trace' => 1,
             'exception' => 1,
             'cache_wsdl' => WSDL_CACHE_NONE,
+            'keep_alive' => false,
         );
         $client = new SoapClient(null, $options);
         $result = '';