summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* Use a common setup macro to detect the Expat libraryHugh McMaster2019-06-041-6/+1
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* ext/xml: Use PKG_CHECK_MODULES to detect the Expat libraryHugh McMaster2019-05-271-23/+10
* 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-10/+1
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-155-5/+5
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-6/+17
* Remove more zpp error testsNikita Popov2019-03-0522-981/+0
* Added test for xml_parser_set_optionMark Niebergall2019-02-101-0/+25
* Remove zpp variation testsNikita Popov2019-02-0525-5929/+0
* Remove local variablesPeter Kokot2019-02-037-36/+1
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* Implement typed propertiesNikita Popov2019-01-111-5/+9
* Merge branch 'PHP-7.3'Christoph M. Becker2018-10-301-3/+5
|\
| * Fix and improve test caseChristoph M. Becker2018-10-301-3/+5
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-272-1/+34
|\ \ | |/
| * Fix #71592: External entity processing never failsChristoph M. Becker2018-10-272-1/+34
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-162-0/+35
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-162-0/+35
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-162-0/+35
| | |\
| | | * Add support for getting SKIP_TAGSTART and SKIP_WHITE optionsChristoph M. Becker2018-10-162-0/+35
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-55/+6
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1468-401/+401
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-54/+54
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-131-24/+24
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1550-51/+6
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1464-380/+380
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-52/+52
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1549-50/+5
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1464-380/+380
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1549-50/+5
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1456-103/+103
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1463-277/+277
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-092-1/+42
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-092-1/+42
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-092-1/+42
| | |\ \ | | | |/
| | | * Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-092-1/+42
* | | | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-31/+0
* | | | Remove PHP_XML_INTERNAL definesNikita Popov2018-09-171-1/+0
* | | | Remove IS_EXT_MODULE definesNikita Popov2018-09-161-2/+0
* | | | Make ext/xml API privateNikita Popov2018-09-162-176/+97
|/ / /
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-151-0/+1
|\ \ \ | |/ /
| * | Fix #76886: Can't build xmlrpc with expatThomas Petazzoni2018-09-151-0/+1
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-255-10/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /