[Chameleon-dev] [Bug 1394] [phpwms] should use http client for http communication

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Apr 3 05:52:32 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1394





------- Additional Comments From bartvde at xs4all.nl  2006-04-03 05:52 -------
There were some tiny mistakes in the above code, this should be the correction
to that:

        include_once(dirname(__FILE__)."/../http/HTTPClient.php");
        $fpOut = fopen($szCacheFname, "w");
        $oHTTPClient = new HTTPClient("", $this->nMaxExecutionTime);
        if ( ! $oHTTPClient->doGET($szOnlineResource, $fpOut) )
        {
          // log error
          $this->error( ERR_WARNING, "HTTP client: ".$oHTTPClient->mszLastError
. "(".$szOnlineResource.")");
          return false;
        }




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list