summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-0237-37/+37
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-1/+1
|\
| * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-032-0/+25
|\ \ | |/
| * Fixed bug #69373Tim Toohey2017-06-032-0/+25
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-04-132-1/+22
|\ \ | |/
| * Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-132-1/+22
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-022-4/+18
|\ \ | |/
| * PHP bug #74004somedaysummer2017-03-022-4/+18
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-032-19/+4
|\ \ | |/
| * Revert "Merge branch 'pull-request/2344' into PHP-7.0"Nikita Popov2017-02-032-19/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-032-4/+19
|\ \ | |/
| * Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTMLsomedaysummer2017-02-032-4/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-013-70/+29
|\ \ | |/
| * Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)"Anatol Belski2017-02-012-34/+29
| * Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"Anatol Belski2017-02-012-36/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-302-0/+36
|\ \ | |/
| * fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)jhdxr2017-01-302-0/+36
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-282-29/+34
|\ \ | |/
| * fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)jhdxr2017-01-282-29/+34
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-252-4/+55
|\ \ | |/
| * Fix bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes)Arnout Boks2017-01-251-4/+28
| * Added (failing) testcase for bug #54382Arnout Boks2017-01-251-0/+27
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-104-4/+32
|\ \ | |/
| * Fixed #73907 (nextSibling property not included in var_dump of DOMNode)Arnout Boks2017-01-104-4/+32
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-103-4/+26
|\ \ | |/
| * Fixed bug #61858 (DOMAttr debug info generates E_WARNING)Arnout Boks2017-01-103-4/+26
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-071-3/+3
|\ \ | |/
| * PR #2211 don't supress warnings in testsCraig Duncan2017-01-071-3/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-0437-37/+37
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-0437-37/+37
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-022-1/+19
|\ \ | |/
| * Fixed #67474 (getElementsByTagNameNS and default namespace)Arnout Boks2017-01-021-1/+1
| * Add (failing) testcase for bug #67474Arnout Boks2017-01-021-0/+18
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-011-1/+1
|\ \ | |/
| * Fix dom class can't be inherited by the internal classdreamszhu2017-01-011-1/+1
| * Fix bug #73150: missing NULL check in dom_document_save_htmlStanislav Malyshev2016-10-121-2/+2
* | Revert "Fix dom class can't be inherited by the internal class"Joe Watkins2017-01-011-1/+1
* | Fix dom class can't be inherited by the internal classdreamszhu2017-01-011-1/+1
* | Fix bug #73150: missing NULL check in dom_document_save_htmlStanislav Malyshev2016-10-141-2/+2
* | Merge branch 'PHP-7.0'Christoph M. Becker2016-07-151-0/+20
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-0/+20
| |\
| | * Fix bug #66502: DOM document dangling referenceChristoph M. Becker2016-07-151-0/+20
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-053-15/+10
|\ \ \
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-132-5/+5
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1040-74/+139
| |\ \ \
| * | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-053-13/+6
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-052-4/+6
* | | | | Fixed compilation warningsDmitry Stogov2016-06-281-4/+5
* | | | | Fixed compilation warningsDmitry Stogov2016-06-224-3/+4
| |/ / / |/| | |