X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2Fxmlrpc_php.xml;h=20c763f03b629b4dc66c0c6a33cfb03afd96c45d;hb=aafee68e34ad3b334b55dc5f22f90db985b53c6a;hp=9262814f8308dcc642ecd0aa32acbd4988ecce2a;hpb=f9dbab373a5ed33f7246daf2865ea2e2231a362e;p=plcapi.git diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index 9262814..20c763f 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -8,10 +8,10 @@ PHP-XMLRPC User manual XML-RPC for PHP - version 3.0.0 beta + version 3.0.0 - Sep 5, 2009 + June 15, 2014 @@ -212,6 +212,33 @@ PHP-XMLRPC User manual functions and methods please take a look at the source code of the library, which is quite thoroughly commented in javadoc-like form. + + 3.0.0 + + Note: this is the last release of the library that will support PHP 5.1 and up. + Future releases will target php 5.3 as minimum supported version. + + + + when using curl and keepalive, reset curl handle if we did not get back an http 200 response (eg a 302) + + + + omit port on http 'Host' header if it is 80 + + + + test suite allows interrogating https servers ignoring their certs + + + + method setAcceptedCompression was failing to disable reception of compressed responses if the + client supported them + + + + + 3.0.0 beta @@ -855,11 +882,7 @@ PHP-XMLRPC User manual configuration. The minimum supported PHP version is - 5.0. - - Automatic generation of xml-rpc methods from php functions is only - supported with PHP version 5.0.3 and later (note that the lib will - generate some warnings with PHP 5 in strict error reporting mode). + 5.1. If you wish to use SSL or HTTP 1.1 to communicate with remote servers, you need the "curl" extension compiled into your PHP @@ -3642,7 +3665,7 @@ else { transparently carried out by the lib, while datetime vals are passed around as strings). - Known limitations: requires PHP 5.0.3 +; only works for + Known limitations: only works for user-defined functions, not for PHP internal functions (reflection does not support retrieving number/type of params for those); the wrapped php function will not be able to programmatically return an