no need to call anymore $client->setSSLVerifyHost(2) to silence a curl warning when...
[plcapi.git] / ChangeLog
index 41f1d40..cd95a9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+NB: All recent commits are available online.\r
+This file will not be updated further.\r
+See https://github.com/gggeek/phpxmlrpc/commits/master\r
+\r
+\r
+2014-02-3 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * bumped up requirements to php 5.1.0\r
+\r
+2014-01-10 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * xmlrpc.inc: when using curl and keepalive, reset curl handle if we did not get back an http 200 response (eg a 302)\r
+\r
+       * testsuite.php, parse_args.php: update testsuite\r
+\r
+       * debugger/controller.php: change default path to javascript debugger\r
+\r
 2010-05-23 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
        * xmlrpc.inc: omit port on http 'Host' header if it is 80;\r
@@ -6,9 +23,10 @@
 2010-04-12 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
        * testsuite.php, parse_args.php: testsuite allows interrogating https servers ignoring their certs\r
+\r
        * xmlrpc.inc: method setAcceptedCompression was failing to disable reception\r
        of compressed responses if the client supported them (triggering a bug with\r
-       https and php < 5.3 on windows due); remove a php warning that could be\r
+       https and php < 5.3 on windows); remove a php warning that could be\r
        generated when using debug=2 in a client connecting to an https\r
        server\r
 \r
        * xmlrpc.inc: added setSSLVerifyPeer and setSSLVerifyHost; as\r
        of curl 7.10, various certificate checks are done (by default).\r
        The default for CURLOPT_SSL_VERIFYHOST is to ensure the common\r
-       name on the cert matches the provided hostname.  This breaks a\r
+       name on the cert matches the provided hostname. This breaks a\r
        lot of stuff, so allow users to override it.\r
        * doc/xmlrpc_php.sgml: updated documentation accordingly.\r
 \r
        * Added the server class and demonstrations\r
 \r
        * Fixed bugs in the XML parsing and reworked it\r
-\r
-\r
-$Id: ChangeLog,v 1.96 2009/03/16 19:39:11 ggiunta Exp $\r