summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Collapse)AuthorAgeFilesLines
* More fixes for nodelist array accessTjerk Meesters2014-10-122-19/+54
| | | | | | - testing for null property read - no zval copying if the type is already long - memory fix for master
* Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-094-111/+96
|
* DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-275-28/+152
| | | | Fixes #67949
* Make DOMNode::textContent writeableTjerk Meesters2014-09-026-104/+75
|
* Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
|\ | | | | | | | | * PHP-5.4: Correct typo in comments: 'initialized'
| * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-092-0/+5
|\ \ | |/ | | | | | | * PHP-5.4: Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
| * Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-092-0/+5
| | | | | | | | | | DOMDocument::substituteEntities needs to be set to true in order for external entities to be parsed.
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-161-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: correct the bug #67081 fix
| * correct the bug #67081 fixAnatol Belski2014-04-161-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-166-13/+88
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
| * Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, ↵Anatol Belski2014-04-166-13/+88
| | | | | | | | not only the subset
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-011-0/+6
|\ \ | |/ | | | | | | | | | | * PHP-5.4: updated NEWS added test for bug #53965 Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when loaded w/ "file://"
| * Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when ↵Anatol Belski2014-04-011-0/+6
| | | | | | | | loaded w/ "file://"
| * Bump yearXinchen Hui2014-01-0337-37/+37
| |
* | Bump yearXinchen Hui2014-01-0337-37/+37
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-061-1/+1
|\ \ | |/ | | | | | | | | * PHP-5.4: Fixed bug #61645 (fopen and O_NONBLOCK) fix possibly uninitialized value
| * fix possibly uninitialized valueMichael Wallner2013-12-061-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-022-1/+42
|\ \ | |/ | | | | | | * PHP-5.4: Fix bug #65196
| * Fix bug #65196Michael Wallner2013-12-022-1/+42
| | | | | | | | | | | | Passing DOMDocumentFragment to DOMDocument::saveHTML() produces invalid markup, because a DocumentFragment is just a container for child nodes and not a real node itself.
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-211-0/+4
|\ \ | |/ | | | | | | | | * PHP-5.4: Suppress compiler warning "warning: variable ‘length’ set but not used [-Wunused-but-set-variable]" Suppress compiler warning "warning: variable ‘retcount’ set but not used [-Wunused-but-set-variable]"
| * Suppress compiler warning "warning: variable ‘retcount’ set but not used ↵Christopher Jones2013-08-211-0/+4
| | | | | | | | [-Wunused-but-set-variable]"
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | | | | | uninitialized' warnings.
* | 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 ↵Antonio Diaz Ruiz2013-08-105-4/+33
| | | | | | | | | | | | directory for the php source code. It fixs the fail on the load of the dtd in the tests modified by this commit.
* | Adds files: error 1 to 5 and variation 1 to 4Antonio Diaz Ruiz2013-08-1033-0/+628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests for error1: not well formed xml tests for error2: not well formed xml attribute without colon tests for error2: not well formed xml, typo tests for error4: wrong xml version tests for error5: extra content at the end of the doc tests libxml_dtd_load tests libxml_dtd_valid tests for libdtd_noerror tests for LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT and LIBXML_NOBLANKS the basic behavior fix comments
* | Merge branch 'pull-request/325' into PHP-5.5Stanislav Malyshev2013-08-109-6/+122
|\ \ | | | | | | | | | | | | * pull-request/325: Add schema default/fixed value support
| * | Add schema default/fixed value supportChris Wright2013-04-1210-10/+126
| | | | | | | | | | | | | | | Added support for adding fixed/default values during XSD validation and added/updated associated tests
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * | 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-102-3/+3
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | | typo fixesVeres Lajos2013-07-151-4/+4
| | |
* | | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-107-0/+96
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded
| * | PHPTests for the DOMDocument::loadHTMLfile method.Antonio Diaz Ruiz2013-06-107-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded It also includes 2 auxilary files - An empty html file - A not well formed html file
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-216-1/+191
|\ \ \ | |/ / | | / | |/ |/|
| * Includes 5 new phpTests to check that the error message DOM_NOT_FOUND is ↵Antonio Diaz Ruiz2013-04-216-1/+191
| | | | | | | | | | | | | | | | | | | | | | | | properly raised by the method DOMNode::insertBefore(newNode, [refNode]). Each file covers a different test case DOMNode_insertBefore_error2.phpt: refNode is a sibling of the node where newNode wanted to be inserted. DOMNode_insertBefore_error3.phpt: refNode is the parent of the node where newNode wanted to be inserted. DOMNode_insertBefore_error4.phpt: refNode is a brand new node. DOMNode_insertBefore_error5.phpt: refNode is a descendant (not child) of the node where newNode wanted to be inserted. DOMNode_insertBefore_error6.phpt: refNode is the node where newNode wanted to be inserted.
| * Happy New YearXinchen Hui2013-01-0137-37/+37
| |
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-20/+7
| | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-35/+35
| |
* | Happy New YearXinchen Hui2013-01-0137-37/+37
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1015-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-1015-0/+0
| |
* | fix bug #63015 (Incorrect arginfo for DOMErrorHandler)Rob Richards2012-09-201-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: - Value stored to var is never read
| * - Value stored to var is never readFelipe Pena2012-08-191-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-092-0/+12
|\ \ | |/ | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-092-0/+12
| |