summaryrefslogtreecommitdiff
path: root/ext/dom/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-092-0/+5
|\ \ | |/
| * Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-092-0/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-165-2/+63
|\ \ | |/
| * Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, ...Anatol Belski2014-04-165-2/+63
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-021-0/+26
|\ \ | |/
| * Fix bug #65196Michael Wallner2013-12-021-0/+26
* | Embeds the content of the DTD in the DOCTYPE declaration of the XML files.Antonio Diaz Ruiz2013-08-103-3/+24
* | Adds 2 new xml files which include the dtd path relative to the base director...Antonio Diaz Ruiz2013-08-105-4/+33
* | Adds files: error 1 to 5 and variation 1 to 4Antonio Diaz Ruiz2013-08-1033-0/+628
* | Merge branch 'pull-request/325' into PHP-5.5Stanislav Malyshev2013-08-108-2/+110
|\ \ | |/ |/|
| * Add schema default/fixed value supportChris Wright2013-04-129-6/+114
* | non living code related typo fixesVeres Lajos2013-08-041-1/+1
* | typo fixesVeres Lajos2013-07-151-4/+4
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
* | PHPTests for the DOMDocument::loadHTMLfile method.Antonio Diaz Ruiz2013-06-107-0/+96