summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* Enable libxml entity loader test case on WindowsChristoph M. Becker2020-08-031-2/+3
* 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
* | Make MSVCRT memory leak checking usable for the test suiteChristoph M. Becker2020-01-232-0/+5
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-0/+4
* | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-251-2/+0
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)Xinchen Hui2019-12-251-0/+2
* | 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.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
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+3
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | 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
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* | | Remove local variablesPeter Kokot2019-02-032-16/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* | | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-5/+1
* | | Remove PHP_XML_INTERNAL definesNikita Popov2018-09-171-1/+0
* | | Remove IS_EXT_MODULE definesNikita Popov2018-09-161-2/+0
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-222-2/+45
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-222-2/+45
| |\
| | * Fixed bug #76777 and added testVille Hukkamaki2018-08-222-2/+45
* | | Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | 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
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Merge branch 'PHP-7.2'Remi Collet2017-11-281-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-281-1/+0
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-281-1/+0
| | |\
| | | * Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque...Remi Collet2017-11-281-1/+0