[geeklog-cvs] Geeklog-1.x/system/classes/openid httpclient.php, 1.1, 1.2

Dirk Haun dhaun at qs1489.pair.com
Sun May 27 06:16:42 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes/openid
In directory qs1489.pair.com:/tmp/cvs-serv14693/system/classes/openid

Modified Files:
	httpclient.php 
Log Message:
Suppress error messages, e.g. "SSL: fatal protocol error", with some services


Index: httpclient.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/openid/httpclient.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** httpclient.php	26 May 2007 19:31:59 -0000	1.1
--- httpclient.php	27 May 2007 10:16:40 -0000	1.2
***************
*** 197,201 ****
      	$data = '';
      	while (!feof($fp)) {
!     		$data.= fgets($fp, 1024);
          }
              
--- 197,201 ----
      	$data = '';
      	while (!feof($fp)) {
!     		$data.= @fgets($fp, 1024);
          }
              




More information about the geeklog-cvs mailing list