summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
* missing include for strlen protoAnatol Belski2014-10-131-0/+1
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-211/+0
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-4/+4
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| * fix typeAnatol Belski2014-09-121-2/+2
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-12/+12
* Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-2/+5
|\
| * C89 compatAnatol Belski2014-08-191-2/+5
* | basic macro replacements, all at onceAnatol Belski2014-08-191-12/+12
|/
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-6/+2
* Fixed double freeDmitry Stogov2014-05-191-0/+2
* Fixed double free (xmlrpc is done, 1 test failed due to knew issue)Xinchen Hui2014-05-121-1/+1
* Fixed typoXinchen Hui2014-05-121-1/+0
* Refactoring ext/xmlrpc (incompleted)Xinchen Hui2014-05-122-433/+337
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+0
|\
| * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+0
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/
* Bump yearXinchen Hui2014-01-032-2/+2
* Test extension xmlrpc encode type double and string decode type string and introot2013-08-233-0/+105
* Create test to the extension xmlrpcroot2013-08-182-0/+128
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
| * Happy New YearXinchen Hui2013-01-012-2/+2
* | 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