summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-043-6/+12
* Verify that all stubs have a return typeNikita Popov2020-04-032-1/+5
* Do not include the same stub multiple timesMáté Kocsis2020-04-0350-787/+944
* Improve error messages of various extensionsMáté Kocsis2020-03-232-3/+3
* Remove DOM_GET_THIS macroNikita Popov2020-03-092-7/+2
* Fix another memory leak in dom_zvals_to_fragment.Benjamin Eberlei2020-03-062-1/+12
* Fix memory leak in dom_zvals_to_fragmentNikita Popov2020-03-031-0/+1
* [RFC] Implement new DOM Living Standard APIs in ext/domBenjamin Eberlei2020-02-2835-41/+1565
* Rename php_dom_create_interator() to php_dom_create_iterator()Christoph M. Becker2020-02-177-11/+11
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-173-9/+22
|\
| * 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.4'Christoph M. Becker2020-02-141-1/+1
|\ \ \ | |/ /
| * | 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.4'Christoph M. Becker2020-02-132-1/+15
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fix stub for DomImplementation::createDocumentType()Nikita Popov2020-02-103-5/+19
* | | | Fix ext/dom test helper method causing trailing whitespaces.Benjamin Eberlei2020-02-062-15/+12
* | | | Reindent phpt filesNikita Popov2020-02-0338-180/+180
* | | | Fix another batch of indentation in testsMáté Kocsis2020-02-025-82/+82
* | | | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-162-4/+4
* | | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-162-2/+2
* | | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-2/+2
* | | | Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-3117-96/+96
* | | | ext/dom: Replace usages of PHP_FUNCTION and aliases with PHP_METHOD.Benjamin Eberlei2019-11-0910-238/+228
* | | | Convert ext/dom to use arginfo stub.Benjamin Eberlei2019-11-0819-599/+876
* | | | Clean DONE tags from testsFabien Villepinte2019-11-0711-23/+0
* | | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-019-9/+9
* | | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+4
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-312-4/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Small ext/dom cleanupsNikita Popov2019-10-296-10/+9
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-266-40/+42
|\ \ \ \ | |/ / /
| * | | Replace EXPECTF by EXPECTFabien Villepinte2019-10-266-40/+42
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-193-0/+29
|\ \ \ \ | |/ / /
| * | | Add tests for DOMEntityReferenceFabien Villepinte2019-10-193-0/+45
* | | | Test an error case with DOMDocument::createEntityReferenceFabien Villepinte2019-10-151-0/+16
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-072-3/+3
|\ \ \ \ | |/ / /
| * | | Fix number of required arguments in arginfoNikita Popov2019-10-072-3/+3
* | | | ext/dom: Add global registerNodeNS flag on DOMXPath ctor and property.Benjamin Eberlei2019-10-055-4/+73
* | | | Convert some notices to warningsNikita Popov2019-10-023-4/+4
* | | | Remove most uses of the ERROR typeNikita Popov2019-09-302-2/+7
* | | | Throw Error when writing property of non-objectNikita Popov2019-09-271-5/+8