summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to error in DOM extensionGeorge Peter Banyard2020-09-221-16/+24
* Remove proto comments from C filesMax Semenik2020-07-061-34/+17
* Fix [-Wundef] warning in DOM extensionGeorge Peter Banyard2020-05-161-1/+1
* Generate method entries for ext/domMáté Kocsis2020-04-131-48/+17
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* [RFC] Implement new DOM Living Standard APIs in ext/domBenjamin Eberlei2020-02-281-31/+72
* Rename php_dom_create_interator() to php_dom_create_iterator()Christoph M. Becker2020-02-171-2/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-171-7/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-171-7/+3
| |\
| | * Fix #79271: DOMDocumentType::$childNodes is NULLChristoph M. Becker2020-02-171-7/+3
* | | Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-311-17/+17
* | | ext/dom: Replace usages of PHP_FUNCTION and aliases with PHP_METHOD.Benjamin Eberlei2019-11-091-26/+26
* | | Convert ext/dom to use arginfo stub.Benjamin Eberlei2019-11-081-107/+18
* | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+4
* | | Small ext/dom cleanupsNikita Popov2019-10-291-1/+1
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Cleanup ext/dom: Additional unimplemented code following 25bfac4Benjamin Eberlei2019-09-231-63/+0
* | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
|/ /
* | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+6
* | Allow exceptions in __toString()Nikita Popov2019-06-051-7/+18
* | Fix typos in code comments [skip ci]Tyson Andre2019-02-181-2/+2
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-13/+13
* | Replace zend_parse_method_parameters() by zend_parse_parameters() and avoid u...Dmitry Stogov2018-11-141-18/+30
|/
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Update http to httpsDusta2018-06-251-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Use bool instead of boolean in protoGabriel Caruso2018-02-041-7/+7
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-031-0/+10
|\
| * Fixed bug #69373Tim Toohey2017-06-031-0/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-04-131-1/+1
|\ \ | |/
| * Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-101-1/+2
|\ \ | |/
| * Fixed #73907 (nextSibling property not included in var_dump of DOMNode)Arnout Boks2017-01-101-1/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-2/+2
* | Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"Christoph M. Becker2015-09-061-0/+1
* | Fix #70029: nodeValue of DOMElement list content of children nodesChristoph M. Becker2015-09-051-1/+0
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-4/+3
|\ \ | |/
| * Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-051-4/+3
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | bump yearXinchen Hui2015-01-151-1/+1