Open GoogleCodeExporter opened 9 years ago
Also make a change to the following line in Phirehose.php:
FROM:
@$this->conn = fsockopen($scheme . $streamIP, 80, $errNo, $errStr,
$this->connectTimeout);
TO:
@$this->conn = fsockopen($scheme . $streamIP, 443, $errNo, $errStr,
$this->connectTimeout);
I hope to uploaded updated files later today.
John
Original comment by jobr...@ob3solutions.com
on 4 Oct 2011 at 12:32
Original issue reported on code.google.com by
audun.ut...@me.com
on 2 Sep 2011 at 10:50