소스 검색

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

Yannick Warnier 8 년 전
부모
커밋
ad0219a156
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 = '';