X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=48a73059d043b10b84754e4b9f58da204507125f;hb=774fe7d9d30a404965babd6d5c7c03c38360cace;hp=41f1d4094c332fdbc83b7964c18b312180dd01d3;hpb=cc1e3919b9fe640926cb88670e2cc9fb63416148;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 41f1d40..48a7305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-01-10 - G. Giunta (giunta.gaetano@gmail.com) + + * xmlrpc.inc: when using curl and keepalive, reset curl handle if we did not get back an http 200 response (eg a 302) + + * testsuite.php, parse_args.php: update testsuite + 2010-05-23 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc.inc: omit port on http 'Host' header if it is 80; @@ -6,6 +12,7 @@ 2010-04-12 - G. Giunta (giunta.gaetano@gmail.com) * testsuite.php, parse_args.php: testsuite allows interrogating https servers ignoring their certs + * xmlrpc.inc: method setAcceptedCompression was failing to disable reception of compressed responses if the client supported them (triggering a bug with https and php < 5.3 on windows due); remove a php warning that could be @@ -1590,6 +1597,3 @@ * Added the server class and demonstrations * Fixed bugs in the XML parsing and reworked it - - -$Id: ChangeLog,v 1.96 2009/03/16 19:39:11 ggiunta Exp $