We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30079ad commit f1226b2Copy full SHA for f1226b2
src/Auth/ServiceClient.php
@@ -242,7 +242,7 @@ private function RefreshServiceProxy()
242
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
243
// Disable keep_alive to avoid 'Process open FD table is full'
244
'keep_alive' => FALSE,
245
- 'user_agent' => 'BingAdsSDKPHP ' . '13.0.16 ' . PHP_VERSION,
+ 'user_agent' => 'BingAdsSDKPHP ' . '13.0.16.1 ' . PHP_VERSION,
246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247
248
/**
0 commit comments