summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-03-172-3/+26
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-172-3/+26
| |\
| | * Fix #66783: UAF when appending DOMDocument to elementChristoph M. Becker2021-03-172-3/+26
* | | Promote DOM invalid state errors during property accessMáté Kocsis2021-03-1619-81/+113
* | | Merge branch 'PHP-8.0'Máté Kocsis2021-03-152-0/+4
|\ \ \ | |/ /
| * | Add missing skipif sections to ext/dom testsMáté Kocsis2021-03-152-0/+4
* | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-012-4/+4
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-242-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-242-2/+2
| |\ \ | | |/
| | * Fix potential file collision in dom testsNikita Popov2021-02-242-2/+2
| * | Add missing classes to stubsMáté Kocsis2021-02-092-12/+21
* | | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-5/+0
* | | Improve class entry generationMáté Kocsis2021-02-161-23/+22
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* | | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-094-4/+5
|\ \ \ | |/ /
| * | Make createDocument() $namespace nullableNikita Popov2021-02-094-4/+5
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-095-12/+20
|\ \ \ | |/ /
| * | Make getElementsByTagNameNS $namespace nullableNikita Popov2021-02-095-12/+20
* | | Generate class entries for a few extensionsMáté Kocsis2021-02-033-74/+318
* | | [ci-skip] Merge branch 'PHP-8.0'Benjamin Eberlei2021-02-023-38/+17
|\ \ \ | |/ /
| * | Fix bug #80600 DOMChildNode::remove does not work on DOMCharacterData.Benjamin Eberlei2021-02-023-38/+17
* | | Add support for generating class entries from stubsMáté Kocsis2021-01-262-1/+3
* | | Replace zend_bool uses with boolNikita Popov2021-01-157-14/+14
|/ /
* | Add support for generating methodsynopses from stubsMáté Kocsis2020-12-282-2/+2
* | Fix bug #80537Nikita Popov2020-12-212-7/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-262-1/+24
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-262-1/+24
| |\
| | * Fix #80268: loadHTML() truncates at NUL bytesChristoph M. Becker2020-10-262-1/+24
* | | Make handling of NULL bytes in file paths more consistent (WIP)Dik Takken2020-09-299-44/+131
* | | Fix a few ZEND_UNREACHABLE() callsMáté Kocsis2020-09-231-1/+2
* | | Promote warnings to error in DOM extensionGeorge Peter Banyard2020-09-2225-143/+208
* | | Run tidyNikita Popov2020-09-181-2/+2
* | | Display types in stubs more uniformlyMáté Kocsis2020-09-162-4/+3
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-094-4/+4
* | | Fix #79968: Manipulation on unattached DOMChildNode should throw DOMExceptionBenjamin Eberlei2020-08-192-0/+22
* | | Add all the missing parameter types to stubsMáté Kocsis2020-08-132-18/+18
* | | Throw Error exception in DOM_GET_OBJNikita Popov2020-08-131-2/+2
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0918-0/+18
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-5/+2
* | | Implement named parametersNikita Popov2020-07-311-0/+1
* | | Consolidate Parameter Names For ext/domBenjamin Eberlei2020-07-272-99/+97
* | | Remove spurious return true from DOMXPath::registerPhpFunctions()Nikita Popov2020-07-173-3/+2
* | | Use string|array type in DOMXPath::registerPhpFunctions()Nikita Popov2020-07-173-20/+18
* | | Fixed bug #79852Nikita Popov2020-07-141-0/+36
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-103-5/+5
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Disallow separation in a number of callbacksNikita Popov2020-07-071-1/+1
* | | Remove proto comments from C filesMax Semenik2020-07-0616-203/+108