summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/xmlrpc-epi-php.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-221-0/+1
|\
| * Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array e...Xinchen Hui2016-07-221-0/+1
* | 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-101-41/+50
| |\ \ | | |/
| * | 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
| |/ |/|
* | Re-Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type)Xinchen Hui2016-05-311-1/+1
* | 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
* | Fix bug #71501Hieu Le2016-02-041-35/+36
* | fix merge mistakeAnatol Belski2016-01-041-1/+1
* | Fixed #70728Julien Pauli2016-01-041-2/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Fixed bug #70526 (xmlrpc_set_type returns false on success)Xinchen Hui2015-09-191-2/+2
| |/ |/|
* | 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
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-4/+2
* | Cleanup resource handling APIsXinchen Hui2015-02-021-12/+20
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-38/+38
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-42/+38
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+4
* | cleanup TSRMLS_FETCH in ext/xmlrpcAnatol Belski2014-09-261-4/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix typeAnatol Belski2014-09-121-2/+2
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-12/+12
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-2/+5
|\ \
| * | C89 compatAnatol Belski2014-08-191-2/+5
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-12/+12
|/ /
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-6/+2
* | Fixed double freeDmitry Stogov2014-05-191-0/+2
* | Fixed double free (xmlrpc is done, 1 test failed due to knew issue)Xinchen Hui2014-05-121-1/+1
* | Fixed typoXinchen Hui2014-05-121-1/+0
* | Refactoring ext/xmlrpc (incompleted)Xinchen Hui2014-05-121-432/+336
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+0
|\ \ | |/
| * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+0
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variableNikita Popov2012-03-031-2/+1
* Fix bug #61097 Memory leak in xmlrpc functions copying zvalsNikita Popov2012-02-181-6/+4