summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-064-2/+32
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-064-2/+32
| |\
| | * Fix bug #77380 (Global out of bounds read in xmlrpc base64 code)Stanislav Malyshev2019-01-062-2/+19
| | * Fix bug #77242 (heap out of bounds read in xmlrpc_decode())Stanislav Malyshev2019-01-062-0/+13
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-19/+5
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-18/+18
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1415-33/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-133-6/+6
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-213-1/+14
|\ \ \ | |/ /
| * | Fix #75282: xmlrpc_encode_request() crashesChristoph M. Becker2018-10-213-1/+14
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-19/+5
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-18/+18
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1415-33/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-6/+6
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-19/+5
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-18/+18
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-29/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-4/+4
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-2/+1
* | | Remove sqlite and xmlrpc extension versions from phpinfo outputPeter Kokot2018-07-031-1/+0
* | | erealloc() is infallibleChristoph M. Becker2018-06-131-3/+0
* | | emalloc never returns nullMarkus Staab2018-06-131-18/+16
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-4/+4
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | | Remove, or fix, unused variablesGabriel Caruso2018-03-272-7/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2011-11/+11
* | | Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\ \ | | |/
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| | * year++Xinchen Hui2018-01-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | More effecient conversionDmitry Stogov2018-01-171-5/+3
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | RC manipulation cleanup 2Xinchen Hui2017-11-021-6/+2
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-3/+0
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-10/+9
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-022-2/+58
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-022-2/+58
| |\
| | * Bug #74975: Different serialization for classesAndreas Treichel2017-08-022-2/+58
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| | * More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-3/+3
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-2/+2
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-052-3/+3
|\ \ \ | |/ /