summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-10-281-1/+5
|\ | | | | | | | | * PHP-5.5: Ensure we have enough input data before parsing date
| * Ensure we have enough input data before parsing dateRemi Collet2014-10-281-1/+5
| | | | | | | | | | | | | | | | This check have be removed in http://git.php.net/?p=php-src.git;a=commit;h=ba2f87b50667f147c198abd31fc31eb09522f3d7 But the parser really need 17 char. And the string need to be nul terminated for this check So avoid reading random byte from memory.
| * Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
| |
| * Bump yearXinchen Hui2014-01-032-2/+2
| |
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-243-0/+105
| |\ | | | | | | | | | | | | * PHP-5.4: Test extension xmlrpc encode type double and string decode type string and int
| | * Test extension xmlrpc encode type double and string decode type string and introot2013-08-243-0/+105
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-182-0/+128
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: Add -P option to use the current binary Create test to the extension xmlrpc
| | * Create test to the extension xmlrpcroot2013-08-182-0/+128
| | |
* | | Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
| | |
* | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+0
| | |
* | | 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' ↵Christopher Jones2013-08-061-4/+4
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * 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
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | 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
| | | | | Needs to be merged to 5.4.
* - 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
| | | | | requests (bug #51288)
* - 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 ↵Felipe Pena2009-11-242-7/+57
| | | | calling function)
* 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
| | | | | # Original patch by kawai at apache dot org
* MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they ↵Scott MacVicar2009-04-271-9/+13
| | | | use different iconv versions. Could also just add a dependency on iconv to fix this.
* - 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
|