Path to this page:
./
net/php-xmlrpc,
PHP extension for XML-RPC support
Branch: pkgsrc-2015Q1,
Version: 5.4.39,
Package name: php54-xmlrpc-5.4.39,
Maintainer: pkgsrc-usersPHP is a programming language designed to be embedded into web pages.
This PHP extension provides functions to write XML-RPC servers and clients.
You can find more information about XML-RPC at http://www.xmlrpc.com/,
and more documentation on this extension and its functions at home page.
The user of this library will typically be implementing either an
XMLRPC server, an XMLRPC client, or both. The client will use the
library to build an in-memory representation of a request, and then
serialize (encode) that request into XML. The client will then send
the XML to the server via external mechanism. (XMLRPC-EPI does
*not* include a transport layer, not even HTTP.) The server will
de-serialize the XML back into an binary representation, call the
appropriate registered method -- thereby generating a response.
The response will be serialized into XML and sent back to the
client. The client will de-serialize it into memory, and can iterate
through the results via API.
Required to run:[
lang/php54]
Master sites: (Expand)
SHA1: b7ae0472a9a6fdd6b1e502650c971717b77d4f84
RMD160: 4f0f33b18dc59851ebe48050f8d1759578718504
Filesize: 11984.099 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version php54-xmlrpc-5.4.39 (created)