summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc/xml_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fix #77369 - memcpy with negative length via crafted DNS response Fix more issues with encodilng length Fix #77270: imagecolormatch Out Of Bounds Write on Heap Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) Fix bug #77370 - check that we do not read past buffer end when parsing multibytes Fix #77269: Potential unsigned underflow in gdImageScale Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext) Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Regenerate certs for openssl tests
| * Fix bug #77242 (heap out of bounds read in xmlrpc_decode())Stanislav Malyshev2019-01-061-0/+3
| |
* | 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-9/+9
|/
* trailing whitespace removalStanislav Malyshev2015-01-101-25/+25
|
* Removed unused variableIlia Alshanetsky2008-12-171-1/+6
|
* MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable errorIlia Alshanetsky2008-12-091-3/+6
| | | | | when given bad data).
* MFH: fix compile warnings (#38257)Antony Dovgal2006-07-301-2/+5
|
* Fixed bug #32797 (invalid C code in xmlrpc extension).Joe Orton2005-04-221-2/+8
|
* Reshufle includes to make it compile on windowsEdin Kadribasic2005-03-281-1/+4
|
* - Made it possible to build ext/xmlrpc with libxml2foobar2005-03-261-6/+11
|
* Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars inIlia Alshanetsky2004-06-011-4/+6
| | | | | | 200-210 range). Patch by: fernando dot nemec at folha dot com dot br
* Fix some compile warnings (patch by Joe Orton)foobar2003-12-161-4/+10
|
* removing unused variablesFrank M. Kromann2002-11-261-1/+3
|
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-051-3/+21
| | | | xmlrpc-epi version 0.51
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-031-1/+3
|
* adding xmlrpc extension, per Stig's requestDan Libby2001-09-061-0/+712