|
cvs: pear /SOAP/Transport HTTP.php: msg#00647php.cvs.pear
shane Sat Sep 28 21:32:56 2002 EDT Modified files: /pear/SOAP/Transport HTTP.php Log: a couple missed function name change Index: pear/SOAP/Transport/HTTP.php diff -u pear/SOAP/Transport/HTTP.php:1.19 pear/SOAP/Transport/HTTP.php:1.20 --- pear/SOAP/Transport/HTTP.php:1.19 Sat Sep 28 21:06:09 2002 +++ pear/SOAP/Transport/HTTP.php Sat Sep 28 21:32:56 2002 @@ -16,7 +16,7 @@ // | Authors: Shane Caraveo <Shane@xxxxxxxxxxx> | // +----------------------------------------------------------------------+ // -// $Id: HTTP.php,v 1.19 2002/09/29 01:06:09 shane Exp $ +// $Id: HTTP.php,v 1.20 2002/09/29 01:32:56 shane Exp $ // require_once 'SOAP/Base.php'; @@ -25,7 +25,7 @@ * HTTP Transport for SOAP * * @access public -* @version $Id: HTTP.php,v 1.19 2002/09/29 01:06:09 shane Exp $ +* @version $Id: HTTP.php,v 1.20 2002/09/29 01:32:56 shane Exp $ * @package SOAP::Transport::HTTP * @author Shane Caraveo <shane@xxxxxxx> */ @@ -293,10 +293,10 @@ $fp = fsockopen($host, $port, $this->errno, $this->errmsg); } if (!$fp) { - return $this->raiseSoapFault("Connect Error to $host:$port"); + return $this->_raiseSoapFault("Connect Error to $host:$port"); } if (!fputs($fp, $this->outgoing_payload, strlen($this->outgoing_payload))) { - return $this->raiseSoapFault("Error POSTing Data to $host"); + return $this->_raiseSoapFault("Error POSTing Data to $host"); } // get reponse -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear /SOAP_Interop interop_client.php: 00647, Shane Caraveo |
|---|---|
| Next by Date: | cvs: pear /Net_DIME DIME.php: 00647, Shane Caraveo |
| Previous by Thread: | cvs: pear /SOAP_Interop interop_client.phpi: 00647, Shane Caraveo |
| Next by Thread: | cvs: pear /Net_DIME DIME.php: 00647, Shane Caraveo |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |