summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-407/+0
| | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc.
* Remove unused rcsid variablesNikita Popov2019-04-111-2/+0
|
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* fix Windows compilationAnatol Belski2016-10-201-3/+0
| | | | | 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-27/+27
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+1
|
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
| | | | for better comparability with the mainstream
* cleanup TSRMLS_FETCH in ext/xmlrpcAnatol Belski2014-09-261-1/+0
|
* MFBIlia Alshanetsky2007-05-281-2/+2
|
* MFB Fix Windows BuildEdin Kadribasic2007-05-031-2/+2
|
* fix bug #40576 (double values are truncated to 6 decimal digits when encoding)Antony Dovgal2007-02-211-3/+8
|
* Removed C++ style comments.Ilia Alshanetsky2004-04-271-1/+1
|
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-051-5/+24
| | | | xmlrpc-epi version 0.51
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-031-0/+3
|
* patches to sync with sourceforge project, version 0.50. primary change: ↵Dan Libby2001-10-301-19/+41
| | | | adds support for SOAP v 1.1
* adding xmlrpc extension, per Stig's requestDan Libby2001-09-061-0/+365