Commit Graph

142 Commits

Author SHA1 Message Date
Felipe Pena
f50dc47814 - Fixed bug #47818 (Segfault due to bound callback param) 2009-04-02 15:52:26 +00:00
Ilia Alshanetsky
f0efcc577b MFB:Improved parameter parsing 2009-03-19 00:19:20 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena
3ce0968f5a - Fixed tests 2008-12-27 19:14:45 +00:00
Felipe Pena
867a7946b9 - Fixed code (comparison with string literal) 2008-12-27 19:06:19 +00:00
Ilia Alshanetsky
c379c371ad MFB: removed unused var 2008-12-17 00:30:59 +00:00
Ilia Alshanetsky
a16fb6e4b2 Comment out fprintf() use inside the library 2008-12-09 17:20:57 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Felipe Pena
c031df9520 - New tests 2008-09-10 00:09:30 +00:00
Felipe Pena
ba2f87b506 - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
Fixed bugs:
  #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string)
  #18916 (xmlrpc_set_type() "not working")
2008-09-10 00:05:26 +00:00
Felipe Pena
20691f1002 - MFB: New parameter parsing API
- WS, Cosmetics
2008-08-24 00:45:20 +00:00
Felipe Pena
b1cdf4c26c - Fix build 2008-08-15 22:13:58 +00:00
Jani Taskinen
c9c53d7bcd - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
Felipe Pena
611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Felipe Pena
c7a4bc1677 MFB:
- 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()
2008-07-20 15:52:07 +00:00
Pierre Joye
bdb6726abe - MFB: don't enable xmlrpc when libxml is missing 2008-07-06 16:55:01 +00:00
Pierre Joye
8f0b882137 - silent redefinition warning 2008-07-05 18:17:02 +00:00
Felipe Pena
f7a93a0350 - MFB: zend_arg_defs.c is unnecessary now 2008-06-30 13:47:22 +00:00
Felipe Pena
73c3c58771 - MFB: Added arginfo 2008-06-28 22:19:24 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Antony Dovgal
428fe33f4f fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:22:00 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Stanislav Malyshev
8ecd0a4943 MFB: limit iconv parameters here too 2007-09-19 00:38:48 +00:00
Ilia Alshanetsky
c701d46a4b MFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
values).
2007-09-18 19:52:27 +00:00
Antony Dovgal
e13c58d14e fix ws, cs and folding 2007-07-12 10:04:42 +00:00
Antony Dovgal
f1f0deae4c php_localtime_r() checks 2007-06-07 09:07:12 +00:00
Ilia Alshanetsky
e844eaedbb MFB 2007-05-29 21:06:04 +00:00
Ilia Alshanetsky
cbcb1840f3 MFB 2007-05-28 23:43:24 +00:00
Edin Kadribasic
8b18dc97d6 MFB Fix Windows Build 2007-05-03 04:17:18 +00:00
Antony Dovgal
6f0a6b3f9c add test 2007-02-21 19:37:05 +00:00
Antony Dovgal
25994a33b7 fix test 2007-02-21 19:27:30 +00:00
Antony Dovgal
8b9bf1e2c3 fix bug #40576 (double values are truncated to 6 decimal digits when encoding) 2007-02-21 14:24:44 +00:00
Antony Dovgal
14a8175ed7 nuke more dead code 2007-01-12 12:31:31 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
8efa38df0b zts fixes 2006-11-30 16:38:53 +00:00
Antony Dovgal
17abea2ede fix compile warning 2006-11-13 12:49:18 +00:00
Antony Dovgal
cf400175ea fix segfault and leak in ext/xmlrpc
add tests
2006-08-14 08:15:44 +00:00
Antony Dovgal
8c434708ef fix #38431 (xmlrpc_get_type() crashes PHP on objects) 2006-08-11 17:41:49 +00:00
Antony Dovgal
c3d64c7024 fix compile warnings (#38257) 2006-07-30 11:33:49 +00:00
Hannes Magnusson
e18bb1ce3d Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
Antony Dovgal
d929074b2f add test 2006-04-12 15:19:39 +00:00
Antony Dovgal
2a098164c3 MF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string keys which are unaccessible) 2006-04-12 15:14:43 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Antony Dovgal
ddf87742ec change -o to || to be more portable 2005-12-22 11:02:51 +00:00
foobar
9562bb9659 - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std) 2005-12-18 22:59:39 +00:00