summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc/queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-977/+0
| | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc.
* Remove unused rcsid variablesNikita Popov2019-04-111-2/+0
|
* fix Windows compilationAnatol Belski2016-10-201-4/+1
| | | | | php.h is included, it contains all the stuff needed and conflicts otherwise.
* Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)Joe Watkins2016-10-191-21/+21
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-051-0/+1
| | | | xmlrpc-epi version 0.51
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-031-1/+3
|
* patches to sync with sourceforge project, version 0.50. primary change: ↵Dan Libby2001-10-301-1/+1
| | | | adds support for SOAP v 1.1
* adding xmlrpc extension, per Stig's requestDan Libby2001-09-061-0/+979