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 |
| | |||||
* | - 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 | -6/+12 |
| | | | | calling function) | ||||
* | - MFH: Fixed invalid date checking | Felipe Pena | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed\ compiler\ warnings | Ilia Alshanetsky | 2009-05-14 | 1 | -1/+2 |
| | |||||
* | MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime). | Ilia Alshanetsky | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #47818 (Segfault due to bound callback param) | Felipe Pena | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | MFH: | Felipe Pena | 2009-01-27 | 1 | -1/+1 |
| | | | | | | - Fix compile warning - Fixed test | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #45556 (Return value from callback isn't freed) | Felipe Pena | 2008-07-18 | 1 | -7/+5 |
| | |||||
* | - Fixed bug #45555 (Segfault with invalid non-string as ↵ | Felipe Pena | 2008-07-18 | 1 | -21/+26 |
| | | | | | | | register_introspection_callback) (patch by chris_se at gmx dot ne) | ||||
* | - MFB: Fix ws | Felipe Pena | 2008-07-18 | 1 | -474/+458 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix #42736 (xmlrpc_server_call_method() crashes) | Antony Dovgal | 2007-11-12 | 1 | -3/+2 |
| | |||||
* | Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime | Ilia Alshanetsky | 2007-09-18 | 1 | -2/+6 |
| | | | | | values). | ||||
* | MFH | Antony Dovgal | 2007-01-12 | 1 | -26/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: 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 | ||||
* | MFH: fix #38431 (xmlrpc_get_type() crashes PHP on objects) | Antony Dovgal | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which ↵ | Antony Dovgal | 2006-04-12 | 1 | -1/+7 |
| | | | | are unaccessible) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | MFH: fix ZTS build | Rob Richards | 2005-10-05 | 1 | -9/+9 |
| | |||||
* | fix #32179 (xmlrpc_encode() segfaults with recursive references) | Antony Dovgal | 2005-10-04 | 1 | -15/+28 |
| | |||||
* | - 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 | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Fix two crash bugs when optional parameters are not specified. | Wez Furlong | 2003-03-01 | 1 | -11/+21 |
| | | | | | Fix folding markers. | ||||
* | Made the code use php_error_docref(). | Ilia Alshanetsky | 2003-01-14 | 1 | -400/+354 |
| | | | | | | Removed pointless checks around array_init() and emalloc(). Switched to zend_get_parameters_ex() argument parsing API. | ||||
* | Fixed ZTS build. | Edin Kadribasic | 2003-01-13 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan | Derick Rethans | 2003-01-10 | 1 | -2/+2 |
| | | | | | | | Schneider) @- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Derick, Jan @ Schneider) | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | time is a function. Use the name of the variable 'timestamp' | Frank M. Kromann | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | Fix bug: #19124, xmlrpc extension builds ok now as shared extension. | foobar | 2002-08-30 | 1 | -3/+4 |
| | |||||
* | bool not boolean | Rasmus Lerdorf | 2002-08-13 | 1 | -2/+2 |
| | |||||
* | - Consistent error messages | Derick Rethans | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | Fix typo. | foobar | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | merged in updates from SF project. bring php repository up to date with ↵ | Dan Libby | 2002-07-05 | 1 | -17/+68 |
| | | | | xmlrpc-epi version 0.51 | ||||
* | Fix some build error on win32 (snapshot build) | foobar | 2002-06-29 | 1 | -4/+4 |
| | |||||
* | Fixed bug: #17732. | foobar | 2002-06-16 | 1 | -2/+5 |
| | | | | | | xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be passed by reference. |