summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-032-3/+24
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-032-3/+24
| |\
| | * Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-032-3/+24
| | * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-0/+4
* | | Reindent phpt filesNikita Popov2020-02-0310-88/+88
* | | Revert "Merge branch 'PHP-7.4'"Christoph M. Becker2020-01-232-5/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-232-0/+5
|\ \ \ | |/ /
| * | Make MSVCRT memory leak checking usable for the test suiteChristoph M. Becker2020-01-232-0/+5
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-031-9/+3
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-3/+3
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-251-0/+4
|\ \ \ | |/ /
| * | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-0/+4
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-251-2/+0
|\ \ \ | |/ /
| * | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-251-2/+0
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-251-0/+2
|\ \ \ | |/ /
| * | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)Xinchen Hui2019-12-251-0/+2
* | | Promote warnings to exceptions in stream-related functionsMáté Kocsis2019-12-201-8/+0
* | | Add union return types with one classMáté Kocsis2019-11-182-3/+2
* | | Convert some notices to warningsNikita Popov2019-10-021-1/+4
* | | Convert libxml arginfo to php stubsCraig Duncan2019-09-293-27/+44
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-09-221-0/+12
* | | Add skip reasonsChristoph M. Becker2019-09-2214-14/+17
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-221-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-221-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-221-0/+1
| | |\
| | | * Fix test to be skipped if dom is not availableChristoph M. Becker2019-09-221-0/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-121-6/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-6/+7
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-6/+7
| | |\ \ | | | |/
| | | * Fixed bug #78279Nikita Popov2019-07-121-6/+7
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-2/+3
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ \ | |/ / /
| * | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-15/+4
|\ \ \ \ | |/ / /
| * | | Rename --enable-libxml to --with-libxml to meet naming guidelinesHugh McMaster2019-04-181-4/+4
| * | | Use PKG_CHECK_MODULES to detect libxml2Hugh McMaster2019-04-181-2/+0
| * | | Remove support for --with-libxml-dirHugh McMaster2019-04-181-9/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-151-1/+1
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-114-36/+18
|/ / /
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11