summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* - 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/+133
|
* - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in ↵Felipe Pena2009-11-242-7/+56
| | | | calling function)
* cleanup parameter parsingStanislav Malyshev2009-08-184-31/+17
|
* Fix testRasmus Lerdorf2009-08-061-1/+1
|
* - Fixed invalid date checkingFelipe Pena2009-05-221-1/+1
|
* - New testFelipe Pena2009-05-221-0/+49
|
* Fix compiler warnings (only in HEAD)Kalle Sommer Nielsen2009-05-191-3/+3
|
* MFB: Fixed compiler warningsIlia Alshanetsky2009-05-141-1/+2
|
* MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone onIlia Alshanetsky2009-05-131-2/+2
| | | | | iso8601.datetime)
* Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use ↵Scott MacVicar2009-04-271-9/+13
| | | | different iconv versions. Could also just add a dependency on iconv to fix this.
* - Fixed bug #47818 (Segfault due to bound callback param)Felipe Pena2009-04-022-2/+41
|
* MFB:Improved parameter parsingIlia Alshanetsky2009-03-191-2/+2
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - Fixed testsFelipe Pena2008-12-272-12/+3
|
* - Fixed code (comparison with string literal)Felipe Pena2008-12-271-1/+1
|
* MFB: removed unused varIlia Alshanetsky2008-12-171-1/+4
|
* Comment out fprintf() use inside the libraryIlia Alshanetsky2008-12-092-9/+18
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-13/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+13
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-13/+0
|
* - New testsFelipe Pena2008-09-102-0/+74
|
* - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime ↵Felipe Pena2008-09-101-11/+27
| | | | | | | | | bug fixes) Fixed bugs: #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string) #18916 (xmlrpc_set_type() "not working")
* - MFB: New parameter parsing APIFelipe Pena2008-08-241-177/+166
| | | | | - WS, Cosmetics
* - Fix buildFelipe Pena2008-08-151-2/+2
|
* - Nuketh C++ comments from C files.Jani Taskinen2008-08-031-1/+1
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
|
* MFB:Felipe Pena2008-07-203-37/+94
| | | | | | | - Fixed bug #45556 (Return value from callback isn't freed). - Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback). - Fixed wrong arginfo for xmlrpc_encode_request()
* - MFB: don't enable xmlrpc when libxml is missingPierre Joye2008-07-061-6/+13
|
* - silent redefinition warningPierre Joye2008-07-051-4/+9
|
* - MFB: zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
|
* - MFB: Added arginfoFelipe Pena2008-06-281-14/+93
|
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* fix #42736 (xmlrpc_server_call_method() crashes)Antony Dovgal2007-11-122-2/+57
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFB: limit iconv parameters here tooStanislav Malyshev2007-09-191-1/+9
|
* MFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetimeIlia Alshanetsky2007-09-183-1/+31
| | | | | values).
* fix ws, cs and foldingAntony Dovgal2007-07-121-529/+517
|
* php_localtime_r() checksAntony Dovgal2007-06-071-0/+6
|
* MFBIlia Alshanetsky2007-05-292-4/+4
|
* MFBIlia Alshanetsky2007-05-283-6/+6
|
* MFB Fix Windows BuildEdin Kadribasic2007-05-031-2/+2
|