Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Internal function argumensts cleanup (strict_types) | Xinchen Hui | 2015-12-12 | 1 | -2/+2 |
| | | |||||
* | | Revert "Fix #70029: nodeValue of DOMElement list content of children nodes" | Christoph M. Becker | 2015-09-06 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760. | ||||
* | | Fix #70029: nodeValue of DOMElement list content of children nodes | Christoph M. Becker | 2015-09-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | | According to the W3C DOM Core Level 3 specification DOMElement::nodeValue is supposed to yield null, but currently the DOM extension yield the result of calling xmlNodeGetContent(), what is the concatenation of the values of the children of the element. This patch fixes the non standard behavior. | ||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-09-05 | 1 | -4/+3 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.6: Fix #70001: Assigning to DOMNode::textContent does additional entity encoding Resolved conflicts: ext/dom/node.c | ||||
| * | Fix #70001: Assigning to DOMNode::textContent does additional entity encoding | Christoph M. Becker | 2015-09-05 | 1 | -4/+3 |
| | | | | | | | | | | | | Assigning to DOMNode::textContent encodes entities, what does not match the behavior of DOMText::__construct() and DOMDocument::createTextNode. This patch changes the behavior of DOMNode::textContent in this regard. | ||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
| | | | | | | | | semantick changes). | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -66/+66 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -102/+102 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fix DOM warnings | Nikita Popov | 2014-09-03 | 1 | -25/+26 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-09-02 | 1 | -0/+15 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Make DOMNode::textContent writeable Updated UPGRADING Updated NEWS Conflicts: ext/dom/attr.c ext/dom/characterdata.c ext/dom/document.c ext/dom/node.c | ||||
| * | Make DOMNode::textContent writeable | Tjerk Meesters | 2014-09-02 | 1 | -16/+19 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+6 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -9/+9 |
| | | |||||
* | | fix zpp | Anatol Belski | 2014-08-21 | 1 | -2/+2 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
| | | |||||
* | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -11/+7 |
| | | |||||
* | | Convert zval_get_string() into "fast path" macro and "slow path" function | Dmitry Stogov | 2014-04-21 | 1 | -2/+2 |
| | | |||||
* | | Mostly fix Dom XPath | Nikita Popov | 2014-04-16 | 1 | -2/+2 |
| | | |||||
* | | Make DOM compile | Nikita Popov | 2014-04-15 | 1 | -193/+95 |
|/ | | | | Just make it compile, not work yet... | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Rob Richards | 2012-08-09 | 1 | -0/+8 |
|\ | | | | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0 | ||||
| * | Update to work with libxml 2.9.0 | Daniel Veillard | 2012-08-09 | 1 | -0/+8 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Deadcode & sizeof fix for issues found by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -15/+10 |
| | | | | | | | | | | (different patch for 5.4+ will follow shortly) | ||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix another typo s/exlcusive/exclusive | Raphael Geissert | 2010-05-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -21/+16 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix another typo s/exlcusive/exclusive | Raphael Geissert | 2010-05-01 | 1 | -1/+1 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #49647 (DOMUserData does not exist) | Rob Richards | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an ↵ | Rob Richards | 2009-03-13 | 1 | -13/+16 |
| | | | | | | | absent previousSibling) add test | ||||
* | MFH: Add method DomNode::getLineNo to return line number for a parsed node | Rob Richards | 2009-01-13 | 1 | -0/+22 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -21/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+21 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -21/+0 |
| | |||||
* | MFH: fix bug #46185 (importNode changes the namespace of an XML element) | Rob Richards | 2008-09-29 | 1 | -6/+20 |
| | | | | | add test | ||||
* | MFH: fix hints causing phpdoc crash | Rob Richards | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | MFH: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -62/+22 |
| |