Curl.php Line 87: $proxyHost = $options['proxy_host'].(isset($options['proxy_port']) ? $options['proxy_port'] : 8080); Is there a missing ":" between Proxy Host:Port? PS: Thank you for the BeSimpleSoapClient
Curl.php Line 87:
$proxyHost = $options['proxy_host'].(isset($options['proxy_port']) ? $options['proxy_port'] : 8080);
Is there a missing ":" between Proxy Host:Port?
PS:
Thank you for the BeSimpleSoapClient