X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=cd95a9f32cf29efc99f80a5686c44c5f4a1387a4;hb=9107200d73d380c154d92ebb9d5452f3a3c8169d;hp=336265cc919760d1d225f6552249b7d1855c8472;hpb=05102eb7d8c0faad30ae3719e2045c1af72b9e9d;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 336265c..cd95a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +NB: All recent commits are available online. +This file will not be updated further. +See https://github.com/gggeek/phpxmlrpc/commits/master + + +2014-02-3 - G. Giunta (giunta.gaetano@gmail.com) + + * bumped up requirements to php 5.1.0 + +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 + + * debugger/controller.php: change default path to javascript debugger + 2010-05-23 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc.inc: omit port on http 'Host' header if it is 80; @@ -6,9 +23,10 @@ 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 + https and php < 5.3 on windows); remove a php warning that could be generated when using debug=2 in a client connecting to an https server @@ -1361,7 +1379,7 @@ * xmlrpc.inc: added setSSLVerifyPeer and setSSLVerifyHost; as of curl 7.10, various certificate checks are done (by default). The default for CURLOPT_SSL_VERIFYHOST is to ensure the common - name on the cert matches the provided hostname. This breaks a + name on the cert matches the provided hostname. This breaks a lot of stuff, so allow users to override it. * doc/xmlrpc_php.sgml: updated documentation accordingly.