summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Use better macrosDmitry Stogov2019-04-241-1/+1
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
* Simplify libxmlrpc bundling and buildingPeter Kokot2019-04-233-28/+0
* Rename --enable-libxml to --with-libxml to meet naming guidelinesHugh McMaster2019-04-181-1/+1
* Use PKG_CHECK_MODULES to detect libxml2Hugh McMaster2019-04-181-2/+0
* Remove support for --with-libxml-dirHugh McMaster2019-04-181-10/+1
* Remove unused rcsid variablesNikita Popov2019-04-118-23/+4
* Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-182-11/+0
* Clean build systemPeter Kokot2019-03-141-9/+1
* Remove function_table var from the callerc9s2019-03-111-2/+2
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-9/+23
* Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-2/+1
* Remove local variablesPeter Kokot2019-02-032-15/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* Implement typed propertiesNikita Popov2019-01-111-7/+9
* Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-064-2/+32
|\
| * 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
* | | | [ci skip] Remove automake and aclocal in commentsPeter Kokot2018-10-211-1/+1
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-213-1/+14
|\ \ \ \ | |/ / /
| * | | 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
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-19/+5
* | | | Trim trailing whitespace in testsGabriel Caruso2018-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
* | | | Remove HAVE_STRING_HPeter Kokot2018-09-181-1/+1
* | | | Remove HAVE_STDLIB_HPeter Kokot2018-09-161-1/+1
* | | | Remove AC_HEADER_TIMEPeter Kokot2018-09-021-1/+0
* | | | Remove AC_C_CONSTPeter Kokot2018-09-021-1/+0
|/ / /
* | | 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