summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-033-9/+42
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-033-18/+49
| |\
| | * Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-033-18/+49
| | * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-252-7/+43
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1510-10/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1425-63/+63
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Reindent phpt filesNikita Popov2020-02-035-11/+11
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-20/+20
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-251-9/+11
|\ \ \ | |/ /
| * | Fix test caseChristoph M. Becker2019-12-251-9/+11
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-252-13/+32
|\ \ \ | |/ /
| * | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-252-13/+32
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-252-32/+13
|\ \ \ | |/ /
| * | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-252-32/+13
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-251-0/+32
|\ \ \ | |/ /
| * | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)Xinchen Hui2019-12-252-13/+32
| * | Partial fix for bug #79029Xinchen Hui2019-12-252-7/+22
* | | Add union return types with one classMáté Kocsis2019-11-182-9/+6
* | | Add union return types for function stubsMáté Kocsis2019-11-112-3/+2
* | | Clean DONE tags from testsFabien Villepinte2019-11-0711-22/+0
* | | Fix required number of arguments in stubsNikita Popov2019-10-072-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Employ zend_parse_method_parameters()Christoph M. Becker2019-09-221-206/+71
* | | Change XMLWriter resources to objectsChristoph M. Becker2019-09-184-395/+182
* | | Declare nullable arguments in stubsChristoph M. Becker2019-09-042-46/+55
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-031-0/+6
|\ \ \ | |/ /
| * | Add missing argument checksChristoph M. Becker2019-09-031-0/+6
* | | Don't explicitly set return value on ZFR failure in ext/xmlwriterChristoph M. Becker2019-09-031-20/+20
* | | Add ext/xmlwriter stubsChristoph M. Becker2019-09-033-360/+602
* | | 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-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-9/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-152-3/+3
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-3/+3
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-2/+0
|/ /
* | More zpp error/variation test removalsNikita Popov2019-03-084-85/+0
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* | Use zend_parse_parameters_none() in XmlWriter::openMemory()Nikita Popov2019-02-203-4/+6
* | Avoid file conflicts in XmlWriter testsNikita Popov2019-02-1911-18/+18
* | Tests for XMLWriter write cdata and rawMarkBaker2019-02-172-0/+58
* | Remove local variablesPeter Kokot2019-02-032-18/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1510-10/+0
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-145-5/+5
* | Trim trailing whitespace in testsGabriel Caruso2018-10-1425-58/+58