Gem Gale - 2013-06-03 12:20:31
Hey,
Just thought I would quickly let you know that there was an error in the class source code:
Line 172: $this->last_error = "fsockopen error no. $errnum: $errstr";
should be: $this->last_error = "fsockopen error no. $err_num: $err_str";
Cheers,
Gem