Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-10-28 | 1 | -1/+5 |
|\ | | | | | | | | | * PHP-5.5: Ensure we have enough input data before parsing date | ||||
| * | Ensure we have enough input data before parsing date | Remi Collet | 2014-10-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | This check have be removed in http://git.php.net/?p=php-src.git;a=commit;h=ba2f87b50667f147c198abd31fc31eb09522f3d7 But the parser really need 17 char. And the string need to be nul terminated for this check So avoid reading random byte from memory. | ||||
| * | Fix bug #68027 - fix date parsing in XMLRPC lib | Stanislav Malyshev | 2014-10-14 | 2 | -5/+52 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-24 | 3 | -0/+105 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Test extension xmlrpc encode type double and string decode type string and int | ||||
| | * | Test extension xmlrpc encode type double and string decode type string and int | root | 2013-08-24 | 3 | -0/+105 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-18 | 2 | -0/+128 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.4: Add -P option to use the current binary Create test to the extension xmlrpc | ||||
| | * | Create test to the extension xmlrpc | root | 2013-08-18 | 2 | -0/+128 |
| | | | |||||
* | | | Fix bug #68027 - fix date parsing in XMLRPC lib | Stanislav Malyshev | 2014-10-14 | 2 | -5/+52 |
| | | | |||||
* | | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 1 | -1/+0 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | | |||||
* | | | Test extension xmlrpc encode type double and string decode type string and int | root | 2013-08-23 | 3 | -0/+105 |
| | | | |||||
* | | | Create test to the extension xmlrpc | root | 2013-08-18 | 2 | -0/+128 |
|/ / | |||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -4/+4 |
| | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 2 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | | |||||
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 2 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
|/ | |||||
* | Fix test, from PR 158 | Xinchen Hui | 2012-08-11 | 1 | -0/+2 |
| | |||||
* | Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable | Nikita Popov | 2012-03-03 | 2 | -2/+18 |
| | |||||
* | Fix bug #61097 Memory leak in xmlrpc functions copying zvals | Nikita Popov | 2012-02-18 | 2 | -6/+20 |
| | | | | | Needs to be merged to 5.4. | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - add skipif | Pierre Joye | 2011-09-05 | 1 | -0/+2 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | Revert fix for bug #53493 to be compliant with the XML specification | Kalle Sommer Nielsen | 2010-12-13 | 2 | -19/+1 |
| | |||||
* | Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace) | Kalle Sommer Nielsen | 2010-12-13 | 2 | -1/+20 |
| | |||||
* | - 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 | 2 | -4/+24 |
| | | | | | requests (bug #51288) | ||||
* | - Added missing SKIPIF section to tests (bug #51014) | Jani Taskinen | 2010-02-12 | 8 | -0/+16 |
| | |||||
* | Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). | Ilia Alshanetsky | 2010-01-17 | 2 | -19/+78 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - 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 | 2 | -3/+132 |
| | |||||
* | - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in ↵ | Felipe Pena | 2009-11-24 | 2 | -7/+57 |
| | | | | calling function) | ||||
* | cleanup parameter parsing | Stanislav Malyshev | 2009-08-18 | 4 | -31/+17 |
| | |||||
* | Fix test | Rasmus Lerdorf | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed invalid date checking | Felipe Pena | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | - New test | Felipe Pena | 2009-05-22 | 1 | -0/+49 |
| | |||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2009-05-14 | 1 | -1/+2 |
| | |||||
* | Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime) | Ilia Alshanetsky | 2009-05-13 | 1 | -2/+2 |
| | | | | | # Original patch by kawai at apache dot org | ||||
* | MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they ↵ | Scott MacVicar | 2009-04-27 | 1 | -9/+13 |
| | | | | use different iconv versions. Could also just add a dependency on iconv to fix this. | ||||
* | - MFH: Fixed bug #47818 (Segfault due to bound callback param) | Felipe Pena | 2009-04-02 | 2 | -2/+41 |
| | |||||
* | Improved parameter parsing | Ilia Alshanetsky | 2009-03-19 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - Fixed tests | Felipe Pena | 2008-12-27 | 2 | -12/+3 |
| |