summaryrefslogtreecommitdiff
path: root/ext/dom/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
* Fixed bug #69373Tim Toohey2017-06-031-0/+15
* Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-131-0/+21
* PHP bug #74004somedaysummer2017-03-021-0/+14
* Revert "Merge branch 'pull-request/2344' into PHP-7.0"Nikita Popov2017-02-031-15/+0
* Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTMLsomedaysummer2017-02-031-0/+15
* Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)"Anatol Belski2017-02-011-12/+0
* Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"Anatol Belski2017-02-011-33/+0
* fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)jhdxr2017-01-301-0/+33
* fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)jhdxr2017-01-281-0/+12
* Added (failing) testcase for bug #54382Arnout Boks2017-01-251-0/+27
* Fixed #73907 (nextSibling property not included in var_dump of DOMNode)Arnout Boks2017-01-103-3/+30
* Fixed bug #61858 (DOMAttr debug info generates E_WARNING)Arnout Boks2017-01-102-3/+25
* PR #2211 don't supress warnings in testsCraig Duncan2017-01-071-3/+3
* Add (failing) testcase for bug #67474Arnout Boks2017-01-021-0/+18
* 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
* | Fixed Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass())Xinchen Hui2015-09-231-0/+18
* | Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"Christoph M. Becker2015-09-065-101/+94
* | Fix #70029: nodeValue of DOMElement list content of children nodesChristoph M. Becker2015-09-055-94/+101
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-0/+17
|\ \ | |/
| * Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-051-0/+17
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-311-1/+4
|\ \ | |/
| * test fails with old libxml2; skip in this caseChristoph M. Becker2015-07-311-1/+4
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-0/+12
|\ \ | |/
| * added regression test for bug #69679Christoph M. Becker2015-06-271-0/+12
* | added test for bug #69846Anatol Belski2015-06-191-0/+162
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-2/+2
|\ \
| * \ Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-091-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-2/+2
| | |\
| | | * Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-2/+2
| | | |\
| | | | * fix testStanislav Malyshev2015-06-091-2/+2
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-174-4/+4
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Tweak uncaught exception message displayNikita Popov2015-05-177-7/+7
* | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1610-14/+14
|/ / / /
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-154-4/+16
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+5
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+5
| | |\ \ | | | |/
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-0/+5
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-064-25/+21
* | | | Fixed typosXinchen Hui2015-03-302-2/+2
* | | | Fixed testsXinchen Hui2015-03-302-0/+2
* | | | Implement engine exceptionsDmitry Stogov2015-03-092-6/+6
* | | | Adding a note here for my future self so I won'tRasmus Lerdorf2015-01-091-0/+7
|/ / /
* | | More fixes for nodelist array accessTjerk Meesters2014-10-121-3/+29
* | | Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-091-6/+47
* | | DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-271-0/+20
* | | Make DOMNode::textContent writeableTjerk Meesters2014-09-021-0/+29
|/ /