Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | MFH: Fix arginfo. | Sebastian Bergmann | 2008-01-30 | 1 | -6/+6 |
| | |||||
* | MFH: Add Reflection API metadata for DOMNode. | Sebastian Bergmann | 2008-01-29 | 1 | -21/+137 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | fix bug #41257 (lookupNamespaceURI does not work as expected) | Rob Richards | 2007-05-04 | 1 | -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 Richards | 2007-03-18 | 1 | -1/+1 |
| | | | | | add test | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | implement workaround for bug #38823 (DOMComment->appendData does nothing) | Rob Richards | 2006-09-16 | 1 | -7/+5 |
| | | | | | | fix bug #38850 (lookupNamespaceURI doesn't return default namespace) add test | ||||
* | fix types of the variables | Antony Dovgal | 2006-08-07 | 1 | -3/+3 |
| | |||||
* | improved code (after suggestion by helly) | Christian Stocker | 2006-07-16 | 1 | -6/+3 |
| | |||||
* | Added DOMNode::getNodePath() for getting an XPath for a node. | Christian Stocker | 2006-07-16 | 1 | -0/+30 |
| | |||||
* | MFH: add C14N() and C14NFile() methods to perform XML canonicalization | Rob Richards | 2006-05-26 | 1 | -0/+187 |
| | | | | | add test | ||||
* | fix possible crash in textContent | Rob Richards | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | tix fypo | Antony Dovgal | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - correct fix for bug #33059 | Rob Richards | 2005-05-20 | 1 | -3/+3 |
| | | | | | - fix issue in other methods | ||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 1 | -7/+7 |
| | |||||
* | Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children | Rob Richards | 2005-04-18 | 1 | -1/+3 |
| | | | | | update test | ||||
* | - Fixed bug #32615 (Segfault in replaceChild() using fragment when | Rob Richards | 2005-04-08 | 1 | -116/+50 |
| | | | | | | previousSibling is NULL) - add test | ||||
* | Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable) | Rob Richards | 2005-02-18 | 1 | -3/+48 |
| | |||||
* | prototype fixes (Jakub Vrána) | Rob Richards | 2004-11-18 | 1 | -16/+16 |
| | |||||
* | remove cloning under ze1_compatibility_mode | Rob Richards | 2004-08-30 | 1 | -2/+2 |
| | | | | | - minor BC break but doesnt work right under compat mode anyways | ||||
* | Fix bug #28721 (appendChild() and insertBefore() unset DOMText) | Rob Richards | 2004-06-13 | 1 | -63/+147 |
| | |||||
* | Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) | Rob Richards | 2004-05-31 | 1 | -25/+24 |
| | | | | | Prototype fixes | ||||
* | No meaning for unsigned | Zeev Suraski | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | correct implementation of prefix write property | Rob Richards | 2004-02-18 | 1 | -23/+28 |
| | |||||
* | implement clone functionality to fix segfault | Rob Richards | 2004-02-17 | 1 | -3/+8 |
| | | | | | | | DomNode->clone() creates new doc proxy if document is cloned remove printf from xpath fix remaining invalid object state issues | ||||
* | issue warning if object is in invalid state when dealing with properties | Rob Richards | 2004-02-16 | 1 | -0/+91 |
| | |||||
* | switch to zend_parse_method_parameters for consistancy | Rob Richards | 2004-02-15 | 1 | -43/+74 |
| | | | | | | insure object parameters are correct class types convert zvals to correct type if needed for property writes | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | fix libxml mem leak | Rob Richards | 2003-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed bug #26723 (domNode::appendChild() changes child node namespace) | Rob Richards | 2003-12-27 | 1 | -9/+20 |
| | | | | | apply fix to insertBefore and replaceChild | ||||
* | fix possible mem leak when element has children | Rob Richards | 2003-12-09 | 1 | -3/+3 |
| | |||||
* | allow assignment to $node->nodeValue to work for more | Wez Furlong | 2003-12-09 | 1 | -0/+2 |
| | | | | | | objects and in situations where the rvalue is not a string. (Fixes a segfault in that case) | ||||
* | check node type for ->attributes and ->childNodes | Rob Richards | 2003-12-02 | 1 | -7/+21 |
| |