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

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


Branch: CURRENT, Version: 7.4.33nb8, Package name: php74-xmlrpc-7.4.33nb8, 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:
[textproc/libxml2] [lang/php73]

Required to build:
[pkgtools/cwrappers] [devel/pcre2]

Master sites: (Expand)

Filesize: 10175.922 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-05-22 16:15:36 by Takahiro Kambe | Files touched by this commit (1)
Log message:
net/php-xmlrpc: is not supported PHP 8 and later

php80 and php81 droped xmlrpc extension.
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822)
Log message:
revbump for textproc/icu
   2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814)
Log message:
*: Recursive revbump from textproc/icu-68.1