summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-4/+4
| | | | semantick changes).
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-66/+66
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-102/+102
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Fix DOM warningsNikita Popov2014-09-031-25/+26
|
* Merge branch 'PHP-5.6'Tjerk Meesters2014-09-021-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 writeableTjerk Meesters2014-09-021-16/+19
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-5/+6
| |
* | master renames phase 1Anatol Belski2014-08-251-9/+9
| |
* | fix zppAnatol Belski2014-08-211-2/+2
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
| |
* | Use new zend_hash APIDmitry Stogov2014-05-281-11/+7
| |
* | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-2/+2
| |
* | Mostly fix Dom XPathNikita Popov2014-04-161-2/+2
| |
* | Make DOM compileNikita Popov2014-04-151-193/+95
|/ | | | Just make it compile, not work yet...
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-091-0/+8
|\ | | | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-091-0/+8
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Deadcode & sizeof fix for issues found by coverityIlia Alshanetsky2011-08-081-15/+10
| | | | | | | | | | (different patch for 5.4+ will follow shortly)
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| |
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-21/+16
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #49647 (DOMUserData does not exist)Rob Richards2009-09-241-2/+2
|
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an ↵Rob Richards2009-03-131-13/+16
| | | | | | | absent previousSibling) add test
* MFH: Add method DomNode::getLineNo to return line number for a parsed nodeRob Richards2009-01-131-0/+22
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-21/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+21
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-21/+0
|
* MFH: fix bug #46185 (importNode changes the namespace of an XML element)Rob Richards2008-09-291-6/+20
| | | | | add test
* MFH: fix hints causing phpdoc crashRob Richards2008-09-221-1/+1
|
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-62/+22
|
* MFH: Fix arginfo.Sebastian Bergmann2008-01-301-6/+6
|
* MFH: Add Reflection API metadata for DOMNode.Sebastian Bergmann2008-01-291-21/+137
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-041-1/+10
| | | | | | | fix related issue in isDefaultNamespace add test reconcile namespaces when setting attribute in a new namespace
* MFH: fix bug #40836 (Segfault in ext/dom)Rob Richards2007-03-181-1/+1
| | | | | add test
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|