BeSimple / BeSimpleSoapClient

NOT MAINTAINED - [READ-ONLY] Subtree split of the BeSimpleSoap -- clone into BeSimple/SoapClient/ (master at BeSimple/BeSimpleSoap)
http://besim.pl/
57 stars 54 forks source link

Maybe missing : in Curl Class - Proxy #28

Open DavidAndreas opened 7 years ago

DavidAndreas commented 7 years ago

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