summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \ | |/ /
| * | 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
|\ \ \