Parcourir la source

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

Yannick Warnier il y a 8 ans
Parent
commit
ad0219a156
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = '';