summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-2968-12328/+0
* Add some mixed parameter types and fix UNKNOWN default values in ext/xmlrpcMáté Kocsis2020-05-283-14/+10
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-252-15/+10
* Convert resource to object in XML-RPC extensionMáté Kocsis2020-05-133-138/+144
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-054-34/+38
* Add missing stub for xmlrpc_get_type()Máté Kocsis2020-04-052-0/+7
* Verify that all stubs have a return typeNikita Popov2020-04-031-1/+7
* Reindent phpt filesNikita Popov2020-02-034-20/+20
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-4/+4
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-162-2/+2
* Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-5/+5
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-14/+14
* Add stubs for ext-xmlrpcThomas Gerbet2019-10-063-67/+100
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-06-122-3/+3
|\
| * Fix incorrect enum value uses in xmlrpcNikita Popov2019-06-122-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+10
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-3/+10
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-041-21/+8
|\ \ | |/
| * Use a common setup macro to detect the Expat libraryHugh McMaster2019-06-041-21/+8
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-122-12/+21
|\ \ | |/
| * [ci skip] Migrate libxmlrpc README to MarkdownPeter Kokot2019-05-122-12/+21
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-5/+3
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-5/+3
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-241-1/+1
|\ \ | |/
| * 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
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
|\ \
| * | Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...Dmitry Stogov2019-04-241-3/+3
| |/
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-233-28/+0
|\ \ | |/
| * Simplify libxmlrpc bundling and buildingPeter Kokot2019-04-233-28/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-12/+1
|\ \ | |/
| * 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
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-118-23/+4
|\ \ | |/
| * Remove unused rcsid variablesNikita Popov2019-04-118-23/+4
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-182-11/+0
|\ \ | |/
| * Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-182-11/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-141-9/+1
|\ \ | |/
| * Clean build systemPeter Kokot2019-03-141-9/+1
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-112-12/+0
|/
* 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
|\