62 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Rob Richards 63ccee5b41 MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling) 17 years ago
Rob Richards 5336054811 MFH: Add method DomNode::getLineNo to return line number for a parsed node 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Rob Richards 641347202b MFH: fix bug #46185 (importNode changes the namespace of an XML element) 18 years ago
Rob Richards 169e68ed1a MFH: fix hints causing phpdoc crash 18 years ago
Antony Dovgal e18b1c00b6 MFH: fix ws, cs and folding 18 years ago
Sebastian Bergmann 0c749ab10a MFH: Fix arginfo. 18 years ago
Sebastian Bergmann 8b87b2b12b MFH: Add Reflection API metadata for DOMNode. 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Rob Richards 24434e7ba2 fix bug #41257 (lookupNamespaceURI does not work as expected) 19 years ago
Rob Richards b172d3f8cd MFH: fix bug #40836 (Segfault in ext/dom) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Rob Richards 1819e947f9 implement workaround for bug #38823 (DOMComment->appendData does nothing) 20 years ago
Antony Dovgal 8a3002d933 fix types of the variables 20 years ago
Christian Stocker 2dbcfcb8cb improved code (after suggestion by helly) 20 years ago
Christian Stocker dc8ba6f475 Added DOMNode::getNodePath() for getting an XPath for a node. 20 years ago
Rob Richards a7aa62ded1 MFH: add C14N() and C14NFile() methods to perform XML canonicalization 20 years ago
Rob Richards ec605ac2ad fix possible crash in textContent 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Antony Dovgal 8aedeb8513 tix fypo 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Rob Richards 022461d976 - correct fix for bug #33059 21 years ago
Ilia Alshanetsky 8b8940ba84 php_error() -> php_error_docref(). 21 years ago
Rob Richards 334d756ffa Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children 21 years ago
Rob Richards 5313e98b72 - Fixed bug #32615 (Segfault in replaceChild() using fragment when 21 years ago
Rob Richards e46e7309f8 Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable) 21 years ago
Rob Richards b87d8cdfd0 prototype fixes (Jakub Vrána) 22 years ago
Rob Richards 02fa5aa0dc remove cloning under ze1_compatibility_mode 22 years ago
Rob Richards e73d498947 Fix bug #28721 (appendChild() and insertBefore() unset DOMText) 22 years ago
Rob Richards 5b0f34ae80 Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 22 years ago
Zeev Suraski e54165e406 No meaning for unsigned 22 years ago
Rob Richards 4051591cfe correct implementation of prefix write property 22 years ago
Rob Richards ec2ea131fb implement clone functionality to fix segfault 22 years ago
Rob Richards 602c786aa9 issue warning if object is in invalid state when dealing with properties 22 years ago
Rob Richards c1418894dd switch to zend_parse_method_parameters for consistancy 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Rob Richards c7e945888b fix libxml mem leak 23 years ago
Rob Richards 84b90f639d Fixed bug #26723 (domNode::appendChild() changes child node namespace) 23 years ago
Rob Richards 4756b5e05f fix possible mem leak when element has children 23 years ago
Wez Furlong a35a82ddcd allow assignment to $node->nodeValue to work for more 23 years ago
Rob Richards 6fa6d3c470 check node type for ->attributes and ->childNodes 23 years ago
Rob Richards 6ac34646ac implement namednodemap and nodelist 23 years ago
Rob Richards 207dc90924 add interop with simplexml - dom_import_simplexml 23 years ago
Rob Richards 44164170f3 implement namespace nodes 23 years ago
Shane Caraveo e12aafca6b fix crash building nodeName 23 years ago