You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jean-Philippe Pialasse c4e9e10934 * Mon Mar 31 2014 Remi Collet <Fedora@FamilleCollet.com> 1.1.2-1
- Version 1.1.2 (stable)
1 month ago
.gitattributes Initial commit 1 month ago
Makefile Initial commit 1 month ago
README.md * Mon Mar 31 2014 Remi Collet <Fedora@FamilleCollet.com> 1.1.2-1 1 month ago
XML_RPC2-1.1.2.tgz * Mon Mar 31 2014 Remi Collet <Fedora@FamilleCollet.com> 1.1.2-1 1 month ago
php-pear-XML-RPC2.spec * Mon Mar 31 2014 Remi Collet <Fedora@FamilleCollet.com> 1.1.2-1 1 month ago

README.md

php-pear-XML-RPC2

SMEServer Koozali local git repo for php-pear-XML-RPC2

Documentation


https://pear.php.net/package/XML_RPC2

Bugzilla

Pear bug report are here

Show list of Koozali outstanding bugs: here

Description

XML_RPC2 is a pear package providing XML_RPC client and server services. XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding. As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures.