Using v1.02 from github, line 439
Code: Select all
if (!$socket=fsockopen($host,$this->port,$this->timeout))
I have modified my version locally and timeout seems to be working now.
Code: Select all
if (!$socket=fsockopen($host,$this->port,$errno,$errstr,$this->timeout))