Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.5

Request #4642 I want support to HTTP 1.1.
Submitted: 2005-06-20 17:42 UTC
From: elf at php dot net Assigned: danielc
Status: Wont fix Package: XML_RPC
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-06-20 17:42 UTC] elf at php dot net
Description: ------------ XML_RPC supported only HTTP 1.0. However, a virtual domain cannot be used in HTTP 1.0. I want support to HTTP 1.1.

Comments

 [2005-06-22 14:34 UTC] giunta dot gaetano at sea-aeroportimilano dot it
Two 'easy options' to add better HTTP support: 1 - use CURL (if present) also for HTTP beside HTTPS 2 - copy code over from NUSOAP a good speedup would come from using http keep-alives. I am not sure if solution 2 would allow it... ciao PS: 3 - use HTTP components from PEAR???
 [2005-07-12 09:47 UTC] giunta dot gaetano at sea-aeroportimilano dot it
After preliminary etsts, it looks like CURL supports keep-alives with HTTP1.1 at least since PHP 4.3.8. I added support for that to phpxmlrpc CVS version, but have no figues yet on performance...
 [2005-07-14 02:07 UTC] danielc
1.1 would be nice. cURL isn't an option due to cross-platform ease of availability. If you write the code and provide patches (created using "cvs diff -u"), I'll be glad to work with you on getting this into the package.
 [2005-08-07 15:30 UTC] elf at php dot net
Sorry, I have used HTTP_Request.;-)
 [2006-04-06 01:00 UTC] danielc (Daniel Convissor)
Considering a XML_RPC2 package is in the works, I'm going to leave it up to that package to handle HTTP 1.1.