Skip to content

Commit

Permalink
Merge pull request #6 from froonix/issue/5
Browse files Browse the repository at this point in the history
PHP 8.1 compatibility
  • Loading branch information
killerbees19 authored Jul 19, 2023
2 parents 1d62ec0 + d480e90 commit 8fa01aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/acme-dns-nc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class NCCCP extends SoapClient
parent::__construct('https://ccp.netcup.net/run/webservice/servers/endpoint.php?WSDL',
[
'cache_wsdl' => WSDL_CACHE_DISK, // <-- PHP Bug #72937
'ssl_method' => SOAP_SSL_METHOD_TLS,
'compression' => true,
'keep_alive' => true,
'exceptions' => true,
Expand Down

0 comments on commit 8fa01aa

Please sign in to comment.