summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-052-3/+3
|\
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-032-2/+7
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-032-2/+7
| |\
| | * More string length checks & fixesStanislav Malyshev2016-11-032-10/+15
| * | Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array e...Xinchen Hui2016-07-222-0/+37
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-222-0/+37
|\ \ \
| * | | Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array e...Xinchen Hui2016-07-222-0/+37
| |/ /
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-192-5/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-5/+21
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-25/+41
| | |\
| | | * Apparently some envs miss SIZE_MAXStanislav Malyshev2016-07-191-0/+3
| | | * Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.cStanislav Malyshev2016-07-182-25/+38
* | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \ \ \
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+1
| * | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-107-42/+177
| |\ \ \ \ | | |/ / /
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
| |/ / / |/| | |
* | | | fix test portabilityAnatol Belski2016-05-311-1/+6
* | | | Re-Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type)Xinchen Hui2016-05-312-1/+23
* | | | Revert "fix #72155 (use-after-free caused by get_zval_xmlrpc_type)"Xinchen Hui2016-05-311-2/+2
* | | | fix #72155 (use-after-free caused by get_zval_xmlrpc_type)Joe Watkins2016-05-301-2/+2
* | | | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-262-1/+33
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed test on 32-bit platforms (split into 32-bit and 64-bit versions)Dmitry Stogov2016-04-262-1/+33
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-052-2/+41
| |\ \ \ | | | |/ | | |/|
| | * | Fixed #70728Julien Pauli2015-12-222-2/+41
| | * | Bump yearXinchen Hui2015-01-152-2/+2
* | | | Fix bug #71501Hieu Le2016-02-042-35/+59
* | | | fix merge mistakeAnatol Belski2016-01-041-1/+1
* | | | Fixed #70728Julien Pauli2016-01-042-2/+40
* | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ \ | |/ / /
| * | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * | | bump yearXinchen Hui2015-01-152-2/+2
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | Fixed bug #70526 (xmlrpc_set_type returns false on success)Xinchen Hui2015-09-192-2/+16
| |_|/ |/| |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* | | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+2
* | | fix snprintf redefinition in libxmlrpc under vc14Anatol Belski2015-05-101-1/+1
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-4/+5
* | | more fixes to the shared compilationAnatol Belski2015-03-231-1/+2
* | | Cleanup resource handling APIsXinchen Hui2015-02-021-12/+20
* | | bump yearXinchen Hui2015-01-152-2/+2
* | | trailing whitespace removalStanislav Malyshev2015-01-1026-547/+547
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-44/+39
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | Merge branch 'PHP-5.6'Remi Collet2014-10-281-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-10-281-1/+5
| |\ \ | | |/
| | * Ensure we have enough input data before parsing dateRemi Collet2014-10-281-1/+5