summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-081-2/+9
|\
| * Fix memory leak introduced by fixing bug #78221Christoph M. Becker2020-04-081-2/+9
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-072-0/+25
|\ \ | |/
| * Fix #78221: DOMNode::normalize() doesn't remove empty text nodesChristoph M. Becker2020-04-072-0/+25
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-173-9/+22
|\ \ | |/
| * Fix #79271: DOMDocumentType::$childNodes is NULLChristoph M. Becker2020-02-173-9/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-141-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-141-1/+1
| |\
| | * Fix typo in recent bugfixChristoph M. Becker2020-02-141-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-132-1/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-132-1/+15
| |\ \ | | |/
| | * Fix #77569: Write Acess Violation in DomImplementationChristoph M. Becker2020-02-132-1/+15
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-312-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-312-4/+4
| |\ \ | | |/
| | * Fix test cases for libxml2 2.9.10Christoph M. Becker2019-10-312-4/+4
* | | Replace EXPECTF by EXPECTFabien Villepinte2019-10-266-40/+42
* | | Add tests for DOMEntityReferenceFabien Villepinte2019-10-193-0/+45
* | | Fix number of required arguments in arginfoNikita Popov2019-10-072-3/+3
* | | Add missing SKIPIFFabien Villepinte2019-09-041-0/+2
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-065-18/+18
* | | Allow exceptions in __toString()Nikita Popov2019-06-056-13/+98
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-172-1/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-172-1/+19
| |\ \ | | |/
| | * Fix #78025: segfault when accessing properties of DOMDocumentTypeChristoph M. Becker2019-05-172-1/+19
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1568-77/+39
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1448-75/+75
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1410-10/+7
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-139-12/+12
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1568-76/+40
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1448-75/+75
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-146-6/+3
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-5/+5
* | | 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-1558-78/+78
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* | | Remove tests for zpp failure conditionsNikita Popov2019-03-0512-220/+0
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* | | Fix typos in code comments [skip ci]Tyson Andre2019-02-181-2/+2
* | | run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* | | Remove local variablesPeter Kokot2019-02-0337-333/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-3037-37/+37
* | | Implement typed propertiesNikita Popov2019-01-111-2/+4
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-1515-83/+83
* | | Replace zend_parse_method_parameters() by zend_parse_parameters() and avoid u...Dmitry Stogov2018-11-1411-82/+150
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-1410-26/+11
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1570-78/+39