|
Re: cvs: pear /Net_URL URL.php: msg#00645php.cvs.pear
Sorry about that. Do you have a problem with the patches? I also need to fix HTTP_Request to send ports in the host header per below. Shane --- Request.php 26 Sep 2002 12:18:27 -0000 1.16 +++ Request.php 29 Sep 2002 01:16:14 -0000 @@ -189,7 +189,8 @@ // Host header if (HTTP_REQUEST_HTTP_VER_1_1 == $this->_http) { - $this->addHeader('Host', $this->_url->host); + $host = $this->_url->host.($this->_url->port != 80?':'.$this->_url->port:''); + $this->addHeader('Host', $host); if (extension_loaded('zlib')) { $this->addHeader('Accept-Encoding', 'gzip'); -- 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 client_round2.php client_round2_interop.php client_round2_params.php client_round2_results.php client_round2_run.php database_round2.sql echoheadersvc.wsdl index.php interop.wsdl interopB.wsdl readme.txt server_round2.php server_round2_base.php server_round2_groupB.php server_round2_groupC.php server_round2_test.php: 00645, Shane Caraveo |
|---|---|
| Next by Date: | cvs: pear /SOAP_Interop interop_client.php: 00645, Shane Caraveo |
| Previous by Thread: | RE: cvs: pear /Net_URL URL.phpi: 00645, Richard Heyes |
| Next by Thread: | RE: cvs: pear /Net_URL URL.php: 00645, Richard Heyes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |