summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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