summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix test caseChristoph M. Becker2019-12-251-9/+11
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-252-13/+32
* | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-252-32/+13
* | 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 missing argument checksChristoph M. Becker2019-09-031-0/+6
* | 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-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
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-3/+3
* | 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
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-237-16/+0
* | Remove checks for libxml < 2.6.11Nikita Popov2018-09-161-26/+0
|/
* Remove unused Git attributes identPeter Kokot2018-07-2527-39/+9
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* Merge branch 'PHP-7.2'Joe2018-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
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | year++Xinchen Hui2018-01-022-2/+2
* | Remove outdated TODO filesPeter Kokot2017-12-091-5/+0
* | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | Remove PHP code examples from xmlwriter extensionPeter Kokot2017-10-154-122/+0
* | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-172-201/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
|/
* Fixed compilation warningsDmitry Stogov2016-06-221-3/+5
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+33
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-1/+1
* | catch more places for libxml headers searchAnatol Belski2015-05-101-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-2/+2
|\ \ | |/