summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid usage of zend_bool in DOM extensionGeorge Peter Banyard2020-06-061-2/+5
* Improve error messages for invalid property accessMáté Kocsis2020-05-182-4/+4
* Fix [-Wundef] warning in DOM extensionGeorge Peter Banyard2020-05-1626-47/+47
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-052-6/+5
* Merge branch 'PHP-7.4'Nikita Popov2020-04-282-53/+0
|\
| * Revert "Fix #79065: DOM classes do not expose properties to Reflection"Nikita Popov2020-04-282-53/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-272-0/+53
|\ \ | |/
| * Fix #79065: DOM classes do not expose properties to ReflectionChristoph M. Becker2020-04-272-0/+53
* | Improve a last couple of argument error messagesMáté Kocsis2020-04-201-1/+1
* | Generate method entries for ext/domMáté Kocsis2020-04-1359-1536/+1456
* | Fix nullable types in PHPDocMáté Kocsis2020-04-124-8/+8
* | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-114-13/+6
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-089-39/+39
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-081-2/+9
|\ \ | |/
| * 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.4'Christoph M. Becker2020-04-072-0/+25
|\ \ \ | |/ /
| * | 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
* | | 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