» Metadata | » Status |
---|---|
|
|
» Description | |
This is a reproposal of XML_RPC2. As I've mentioned to the list before, I'm glad to announce Greg and I have come to terms with a consensual design for XML_RPC2. Against the original proposal, this version of XML_RPC2 exhibits the following differences:
It is also important to clear two important points raised in the previous discussion:
Now, for the 'old' proposal: XML_RPC2 is a PEAR implementation of the XML-RPC protocol. This is a rewrite, targeting PHP version 5. The original code was posted by Greg Beaver to the list a couple months ago. Relative to the previous version, XML_RPC2 takes advantage of the following PHP5 features:
The end result is a simpler usage of XML-RPC in PHP. Remote servers are exposed as proxy classes created at runtime:
Servers are created by exposing a class containing the exported methods:
Method introspection is done with a combination of the Reflection API and parsing of Docblocks of the exported methods. |
|
» Dependencies | » Links |
|
|
» Timeline | » Changelog |
|
|