Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix mem. leak | Felipe Pena | 2010-03-13 | 1 | -1/+2 |
| | |||||
* | Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC | Raphael Geissert | 2010-03-13 | 1 | -4/+10 |
| | | | | | requests (bug #51288) | ||||
* | Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). | Ilia Alshanetsky | 2010-01-17 | 1 | -19/+16 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -3/+1 |
| | |||||
* | - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays) | Felipe Pena | 2009-11-25 | 1 | -3/+18 |
| | |||||
* | - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in ↵ | Felipe Pena | 2009-11-24 | 1 | -7/+13 |
| | | | | calling function) | ||||
* | cleanup parameter parsing | Stanislav Malyshev | 2009-08-18 | 1 | -11/+11 |
| | |||||
* | - Fixed invalid date checking | Felipe Pena | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings (only in HEAD) | Kalle Sommer Nielsen | 2009-05-19 | 1 | -3/+3 |
| | |||||
* | MFB: Fixed compiler warnings | Ilia Alshanetsky | 2009-05-14 | 1 | -1/+2 |
| | |||||
* | MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on | Ilia Alshanetsky | 2009-05-13 | 1 | -2/+2 |
| | | | | | iso8601.datetime) | ||||
* | - Fixed bug #47818 (Segfault due to bound callback param) | Felipe Pena | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | MFB:Improved parameter parsing | Ilia Alshanetsky | 2009-03-19 | 1 | -2/+2 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed code (comparison with string literal) | Felipe Pena | 2008-12-27 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -13/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+13 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -13/+0 |
| | |||||
* | - MFB: New parameter parsing API | Felipe Pena | 2008-08-24 | 1 | -177/+166 |
| | | | | | - WS, Cosmetics | ||||
* | - Fix build | Felipe Pena | 2008-08-15 | 1 | -2/+2 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | MFB: | Felipe Pena | 2008-07-20 | 1 | -37/+33 |
| | | | | | | | - 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: zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | - MFB: Added arginfo | Felipe Pena | 2008-06-28 | 1 | -14/+93 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix #42736 (xmlrpc_server_call_method() crashes) | Antony Dovgal | 2007-11-12 | 1 | -2/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime | Ilia Alshanetsky | 2007-09-18 | 1 | -0/+4 |
| | | | | | values). | ||||
* | fix ws, cs and folding | Antony Dovgal | 2007-07-12 | 1 | -529/+517 |
| | |||||
* | nuke more dead code | Antony Dovgal | 2007-01-12 | 1 | -26/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix compile warning | Antony Dovgal | 2006-11-13 | 1 | -1/+1 |
| | |||||
* | fix segfault and leak in ext/xmlrpc | Antony Dovgal | 2006-08-14 | 1 | -1/+2 |
| | | | | | add tests | ||||
* | fix #38431 (xmlrpc_get_type() crashes PHP on objects) | Antony Dovgal | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | MF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string ↵ | Antony Dovgal | 2006-04-12 | 1 | -1/+7 |
| | | | | keys which are unaccessible) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | fix ZTS build | Rob Richards | 2005-10-05 | 1 | -9/+9 |
| | |||||
* | MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references) | Antony Dovgal | 2005-10-04 | 1 | -15/+27 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). | Ilia Alshanetsky | 2005-06-30 | 1 | -0/+4 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | fix for dereferncing null pointer (mfladischer@gmx.net) | George Schlossnagle | 2003-10-15 | 1 | -1/+6 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -2/+2 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -5/+2 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | Id tag added. | Andrey Hristov | 2003-07-19 | 1 | -2/+4 |
| | | | | | Proto fixes |