Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2362
Modified Files:
HttpClient.php
Log Message:
omit "socket_set_timeout() is not supported in this PHP build" warning
Index: HttpClient.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/HttpClient.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -2 -b -p -d -r1.4 -r1.5
--- HttpClient.php 12 Apr 2004 18:15:28 -0000 1.4
+++ HttpClient.php 29 Apr 2004 19:34:24 -0000 1.5
@@ -101,4 +101,5 @@ class HttpClient {
return false;
}
+ if (check_php_version(4,3,0))
socket_set_timeout($fp, $this->timeout);
$request = $this->buildRequest();
@@ -344,4 +345,7 @@ class HttpClient {
// $Log$
+// Revision 1.5 2004/04/29 19:34:24 rurban
+// omit "socket_set_timeout() is not supported in this PHP build" warning
+//
// Revision 1.4 2004/04/12 18:15:28 rurban
// standard footer
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
|
|