summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | 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
|\ \ \ | |/ /
| * | 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.1'Stanislav Malyshev2016-11-032-2/+6
|\ \ \ | |/ /
| * | 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
* | | | remove redundant includesAnatol Belski2016-10-201-11/+0
* | | | fix Windows compilationAnatol Belski2016-10-208-38/+1
* | | | Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)Joe Watkins2016-10-1913-98/+101
|/ / /
* | | 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