summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/xmlrpc-epi-php.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-1377/+0
* Add some mixed parameter types and fix UNKNOWN default values in ext/xmlrpcMáté Kocsis2020-05-281-6/+2
* Convert resource to object in XML-RPC extensionMáté Kocsis2020-05-131-117/+122
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-19/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-3/+3
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* 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-061-67/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix incorrect enum value uses in xmlrpcNikita Popov2019-06-121-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-3/+10
* 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
* Remove function_table var from the callerc9s2019-03-111-2/+2
* Remove local variablesPeter Kokot2019-02-031-7/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-7/+9
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-211-0/+12
|\
| * Fix #75282: xmlrpc_encode_request() crashesChristoph M. Becker2018-10-211-0/+12
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * year++Xinchen Hui2018-01-021-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | 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
* | 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
* | More effecient conversionDmitry Stogov2018-01-171-5/+3
* | year++Xinchen Hui2018-01-021-1/+1
* | 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-021-2/+2
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-021-2/+2
| |\
| | * Bug #74975: Different serialization for classesAndreas Treichel2017-08-021-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array e...Xinchen Hui2016-07-221-0/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)Joe Watkins2016-10-191-3/+3
|/ /
* | 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
| |/ |/|