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

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


Branch: pkgsrc-2019Q2, Version: 7.1.30, Package name: php71-xmlrpc-7.1.30, 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.


Required to run:
[lang/php71]

Master sites: (Expand)

SHA1: 39e2fc72e3e4febdb1b321e18ec20be7e7088157
RMD160: 4644b3bd9a123b740642c36513ddad83c206ca29
Filesize: 14810.148 KB

Version history: (Expand)