summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-3/+3
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent...Rob Richards2009-03-131-13/+16
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Add method DomNode::getLineNo to return line number for a parsed nodeRob Richards2009-01-131-0/+22
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-21/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+21
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-21/+0
* fix bug #46185 (importNode changes the namespace of an XML element)Rob Richards2008-09-291-6/+20
* fix hints causing phpdoc crashRob Richards2008-09-221-1/+1
* fix ws, cs and foldingAntony Dovgal2008-08-141-61/+22
* Fix arginfo.Sebastian Bergmann2008-01-301-6/+6
* Add Reflection API metadata for DOMNode.Sebastian Bergmann2008-01-291-21/+137
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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
* MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-041-1/+10
* fix bug #40836 (Segfault in ext/dom)Rob Richards2007-03-181-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* mark more functions unicode safeRob Richards2006-12-081-20/+20
* Error message clean upHannes Magnusson2006-10-081-2/+2
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-2/+2
* MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)Rob Richards2006-09-161-8/+6
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-4/+4
* fix types, add missing parenthesesAntony Dovgal2006-08-071-4/+4
* add unicode supportRob Richards2006-08-041-29/+107
* MFBChristian Stocker2006-07-161-6/+3
* Added DOMNode::getNodePath() for getting an XPath for a node.Christian Stocker2006-07-161-0/+30
* add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-261-0/+187
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-13/+13
* fix possible crash in textContentRob Richards2006-01-251-1/+1
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFB: fix typoAntony Dovgal2005-12-181-1/+1
* Unicode supportDmitry Stogov2005-08-121-13/+13
* - Bumber up yearfoobar2005-08-031-1/+1
* - correct fix for bug #33059Rob Richards2005-05-201-3/+3
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-7/+7
* Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no childrenRob Richards2005-04-181-1/+3
* - Fixed bug #32615 (Segfault in replaceChild() using fragment whenRob Richards2005-04-081-116/+50
* Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)Rob Richards2005-02-181-3/+48
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-16/+16
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-2/+2
* Fix bug #28721 (appendChild() and insertBefore() unset DOMText)Rob Richards2004-06-131-63/+147
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-311-25/+24
* No meaning for unsignedZeev Suraski2004-05-301-1/+1
* correct implementation of prefix write propertyRob Richards2004-02-181-23/+28
* implement clone functionality to fix segfaultRob Richards2004-02-171-3/+8