You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But $port variable is not used anywhere in the method. Instead, connection always is set to $host and $this->port : $this->fp = @fsockopen($host, $this->port, $this->errno, $this->error_str, $connection_timeout);
The text was updated successfully, but these errors were encountered:
After calling
setHTTPProxy('192.168.1.100', 3128);
soap client still connects to port 80.
In the connect() method:
But $port variable is not used anywhere in the method. Instead, connection always is set to $host and $this->port :
$this->fp = @fsockopen($host, $this->port, $this->errno, $this->error_str, $connection_timeout);
The text was updated successfully, but these errors were encountered: