./net/php-xmlrpc, PHP extension for XML-RPC support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q2, Version: 5.4.16, Package name: php54-xmlrpc-5.4.16, Maintainer: pkgsrc-users

PHP 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.


Master sites: (Expand)

SHA1: 7e70ba419778a54f5ff9d7de8d6190ca82de3786
RMD160: 8fa3d93006f950706fd1f2544108cd69201a4d9e
Filesize: 11416.348 KB

Version history: (Expand)