Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add test | Antony Dovgal | 2007-02-21 | 1 | -0/+77 | |
| | ||||||
* | fix test | Antony Dovgal | 2007-02-21 | 1 | -0/+5 | |
| | ||||||
* | fix bug #40576 (double values are truncated to 6 decimal digits when encoding) | Antony Dovgal | 2007-02-21 | 2 | -3/+80 | |
| | ||||||
* | nuke more dead code | Antony Dovgal | 2007-01-12 | 2 | -46/+3 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -2/+8 | |
| | ||||||
* | zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -2/+6 | |
| | ||||||
* | fix compile warning | Antony Dovgal | 2006-11-13 | 1 | -1/+1 | |
| | ||||||
* | fix segfault and leak in ext/xmlrpc | Antony Dovgal | 2006-08-14 | 3 | -1/+124 | |
| | | | | | add tests | |||||
* | fix #38431 (xmlrpc_get_type() crashes PHP on objects) | Antony Dovgal | 2006-08-11 | 2 | -1/+26 | |
| | ||||||
* | fix compile warnings (#38257) | Antony Dovgal | 2006-07-30 | 1 | -2/+5 | |
| | ||||||
* | Fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 1 | -0/+2 | |
| | ||||||
* | add test | Antony Dovgal | 2006-04-12 | 1 | -0/+62 | |
| | ||||||
* | 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 | 2 | -6/+6 | |
| | ||||||
* | change -o to || to be more portable | Antony Dovgal | 2005-12-22 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std) | foobar | 2005-12-18 | 1 | -2/+5 | |
| | ||||||
* | MFB: fix typo | Antony Dovgal | 2005-12-18 | 1 | -1/+1 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - Fixed build with phpize | foobar | 2005-09-12 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts) | foobar | 2005-08-28 | 1 | -6/+6 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 | |
| | ||||||
* | Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). | Ilia Alshanetsky | 2005-06-30 | 1 | -0/+4 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -3/+3 | |
| | ||||||
* | - Made the libxml related stuff to error out if someone does --disable-all | foobar | 2005-04-27 | 1 | -12/+15 | |
| | | | | | or --disable-libxml. Better than silently just leave the ext out.. | |||||
* | Fixed bug #32797 (invalid C code in xmlrpc extension). | Joe Orton | 2005-04-22 | 1 | -2/+8 | |
| | ||||||
* | Reshufle includes to make it compile on windows | Edin Kadribasic | 2005-03-28 | 2 | -3/+8 | |
| | ||||||
* | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 2005-03-26 | 3 | -21/+51 | |
| | ||||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 2 | -4/+4 | |
| | ||||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -3/+3 | |
| | | | | | to support multi-ABI platforms. | |||||
* | Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in | Ilia Alshanetsky | 2004-06-01 | 1 | -4/+6 | |
| | | | | | | 200-210 range). Patch by: fernando dot nemec at folha dot com dot br | |||||
* | Removed C++ style comments. | Ilia Alshanetsky | 2004-04-27 | 5 | -95/+95 | |
| | ||||||
* | Fix warning | Ard Biesheuvel | 2004-03-08 | 1 | -1/+1 | |
| | ||||||
* | MFB fix #27408 | Ard Biesheuvel | 2004-03-08 | 1 | -4/+3 | |
| | ||||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | Add dependencies for these extensions | Wez Furlong | 2003-12-22 | 1 | -0/+1 | |
| | ||||||
* | Make xmlrpc build using our expat compat functions. | Wez Furlong | 2003-12-19 | 1 | -0/+13 | |
| | | | | | | Would be good if someone could verify that it actually works in this configuration. | |||||
* | Fix some compile warnings (patch by Joe Orton) | foobar | 2003-12-16 | 4 | -15/+26 | |
| | ||||||
* | export libxml2 and iconv symbols | Rob Richards | 2003-12-08 | 1 | -2/+2 | |
| | | | | | extensions no longer link against either of those | |||||
* | fix for dereferncing null pointer (mfladischer@gmx.net) | George Schlossnagle | 2003-10-15 | 1 | -1/+6 | |
| | ||||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -1/+3 | |
| | | | | | - Added breaks to make sure the preferred value is used. | |||||
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 | |
| | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | |||||
* | 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 | 2 | -2/+6 | |
| | | | | | Proto fixes | |||||
* | Fixed win32 build (link to external expat). | Edin Kadribasic | 2003-06-15 | 1 | -4/+4 | |
| |