Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbundle ext/xmlrpc | Christoph M. Becker | 2020-05-29 | 1 | -407/+0 |
| | | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc. | ||||
* | Remove unused rcsid variables | Nikita Popov | 2019-04-11 | 1 | -2/+0 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -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 compilation | Anatol Belski | 2016-10-20 | 1 | -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 Watkins | 2016-10-19 | 1 | -21/+21 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -27/+27 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+1 |
| | |||||
* | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+1 |
| | | | | for better comparability with the mainstream | ||||
* | cleanup TSRMLS_FETCH in ext/xmlrpc | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -2/+2 |
| | |||||
* | MFB Fix Windows Build | Edin Kadribasic | 2007-05-03 | 1 | -2/+2 |
| | |||||
* | fix bug #40576 (double values are truncated to 6 decimal digits when encoding) | Antony Dovgal | 2007-02-21 | 1 | -3/+8 |
| | |||||
* | Removed C++ style comments. | Ilia Alshanetsky | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | merged in updates from SF project. bring php repository up to date with ↵ | Dan Libby | 2002-07-05 | 1 | -5/+24 |
| | | | | xmlrpc-epi version 0.51 | ||||
* | Make xmlrpc module compilable on windows. compiles, but untested. | Shane Caraveo | 2001-12-03 | 1 | -0/+3 |
| | |||||
* | patches to sync with sourceforge project, version 0.50. primary change: ↵ | Dan Libby | 2001-10-30 | 1 | -19/+41 |
| | | | | adds support for SOAP v 1.1 | ||||
* | adding xmlrpc extension, per Stig's request | Dan Libby | 2001-09-06 | 1 | -0/+365 |