[phpxmlrpc-devel] I: Support for chunked-encoding and gzip or deflate
Brought to you by:
ggiunta
From: Gaetano G. <giu...@se...> - 2004-01-23 15:31:26
|
It looks like Sourceforge is experienecing heavy traffic, and I've not = been able to access it for a while. So here's a little contribution (patches) to the lib I amde, starting = from 1.0.99.2 baseline: xmlrpcs.inc: - use of =3D& new() assignment when creating objects instead of =3D = new() - one possible cause of warning eliminated: verifysignature always = returns an array xmlrpc.inc: - use of =3D& new() assignment when creating objects instead of =3D = new() - add support for accepting chunked data (could possibly eliminate a = long-standing bug we had with some xmlrpc server other that xmlrpc-php, = missing the last 5 chars of the response) - add support for accepting gzipped or deflated responses The code for the last two points has not been thorougly tested, but it = comes straight out of the nusoap lib, so I guess it's ok. Feel free to play with it / comment. p.s. sorry if some of these changes have already been put in the CVS = version... Bye Gaetano |