summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Don't throw warning if exception thrown during dom validationNikita Popov2020-06-251-1/+3
* Introduce InternalIteratorNikita Popov2020-06-245-5/+37
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-172-6/+3
* 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