summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
* Happy New YearXinchen Hui2013-01-012-2/+2
* Fix test, from PR 158Xinchen Hui2012-08-111-0/+2
* Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variableNikita Popov2012-03-032-2/+18
* Fix bug #61097 Memory leak in xmlrpc functions copying zvalsNikita Popov2012-02-182-6/+20
* - Year++Felipe Pena2012-01-012-2/+2
* - add skipifPierre Joye2011-09-051-0/+2
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-012-2/+2
* Revert fix for bug #53493 to be compliant with the XML specificationKalle Sommer Nielsen2010-12-132-19/+1
* Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)Kalle Sommer Nielsen2010-12-132-1/+20
* - Fix mem. leakFelipe Pena2010-03-131-1/+2
* Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPCRaphael Geissert2010-03-132-4/+24
* - Added missing SKIPIF section to tests (bug #51014)Jani Taskinen2010-02-128-0/+16
* Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).Ilia Alshanetsky2010-01-172-19/+78
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)Felipe Pena2009-11-252-3/+132
* - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in call...Felipe Pena2009-11-242-7/+57
* cleanup parameter parsingStanislav Malyshev2009-08-184-31/+17
* Fix testRasmus Lerdorf2009-08-061-1/+1
* - MFH: Fixed invalid date checkingFelipe Pena2009-05-221-1/+1
* - New testFelipe Pena2009-05-221-0/+49
* Fixed compiler warningsIlia Alshanetsky2009-05-141-1/+2
* Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)Ilia Alshanetsky2009-05-131-2/+2
* MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use...Scott MacVicar2009-04-271-9/+13
* - MFH: Fixed bug #47818 (Segfault due to bound callback param)Felipe Pena2009-04-022-2/+41
* Improved parameter parsingIlia Alshanetsky2009-03-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - Fixed testsFelipe Pena2008-12-272-12/+3
* - MFH: Fixed code (comparison with string literal)Felipe Pena2008-12-271-1/+1
* Removed unused variableIlia Alshanetsky2008-12-171-1/+6
* MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable errorIlia Alshanetsky2008-12-092-9/+19
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-13/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+13
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-13/+0
* MFH:Felipe Pena2008-09-103-11/+101
* - MFH: WS, ComesticsFelipe Pena2008-08-241-66/+61
* - MFH: Fix buildFelipe Pena2008-08-151-2/+2
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* - New testsFelipe Pena2008-07-182-0/+61
* MFB:Felipe Pena2008-07-181-36/+36
* - don't enable xmlrpc when libxml is missingPierre Joye2008-07-061-4/+2
* - MFH: silent redefinition warningPierre Joye2008-07-051-4/+9
* fix win buildRob Richards2008-07-021-1/+2
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
* - Added arginfoFelipe Pena2008-06-281-14/+93
* - New parameter parsing APIFelipe Pena2008-06-281-98/+85