PHP Classes

Possible Bug Under PHP 5.1.6

Recommend this page to a friend!

      AIM Status  >  All threads  >  Possible Bug Under PHP 5.1.6  >  (Un) Subscribe thread alerts  
Subject:Possible Bug Under PHP 5.1.6
Summary:I modified this class to make it work under 5.1.6
Messages:2
Author:Peter Holfelder
Date:2007-03-23 15:13:58
Update:2007-03-23 15:32:02
 

  1. Possible Bug Under PHP 5.1.6   Reply   Report abuse  
Picture of Peter Holfelder Peter Holfelder - 2007-03-23 15:13:58
Thanks, Keith, for writing this class!

I tried to run it with PHP 5.1.6 and found that it always showed me as offline. I added the following line before line 10 and then I was good to go:
curl_setopt($ch, CURLOPT_HEADER, 1);

Pete

  2. Re: Possible Bug Under PHP 5.1.6   Reply   Report abuse  
Picture of Keith Hall Keith Hall - 2007-03-23 15:32:02 - In reply to message 1 from Peter Holfelder
Pete,

Thank you for the patch! The patch has been applied to the class.

Thanks for using the class!

</k>