Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | implement namednodemap and nodelist | Rob Richards | 2003-11-29 | 1 | -43/+9 | |
| | | | | | | fix xsl/dom integration under windows update tests and examples | |||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -18/+41 | |
| | | | | | fix cloneNode with elements | |||||
* | implement namespace nodes | Rob Richards | 2003-10-20 | 1 | -6/+17 | |
| | | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams | |||||
* | fix crash building nodeName | Shane Caraveo | 2003-10-05 | 1 | -2/+4 | |
| | ||||||
* | implement isDefaultNameSpace and baseURI | Rob Richards | 2003-10-05 | 1 | -5/+51 | |
| | | | | | | | | | nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load method fix possible segfault when document is freed set get_property_ptr_ptr handler to NULL | |||||
* | implement stricterrorcheck | Rob Richards | 2003-08-24 | 1 | -45/+44 | |
| | | | | | | fix clonenode cleanup error routines | |||||
* | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 1 | -0/+2 | |
| | ||||||
* | reworking xml namespace support | Rob Richards | 2003-07-27 | 1 | -38/+104 | |
| | | | | | | add node lookupNamespaceURI and lookupPrefix add attr isId | |||||
* | implement read only exceptions | Rob Richards | 2003-07-12 | 1 | -18/+76 | |
| | | | | | | implement notation nodes changes for spec conformance | |||||
* | implement node proxies: next phase of interop | Rob Richards | 2003-07-07 | 1 | -22/+26 | |
| | ||||||
* | remove code no longer needed | Rob Richards | 2003-06-15 | 1 | -14/+1 | |
| | | | | | fix format Output property | |||||
* | add node->isSupported() | Rob Richards | 2003-06-12 | 1 | -2/+13 | |
| | | | | | | | | add domimplementation->hasFeature() add formatOutput property (extends DOM) call xmlFreeDoc when doc is no longer referenced rather than custom code save and savexml now format based on formatOutput property | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | implmentation of document ref counting for persistance | Rob Richards | 2003-06-09 | 1 | -97/+93 | |
| | | | | | re-work of internal object handling | |||||
* | fix a bunch of memory overruns, and uninitialized variable uses | Sterling Hughes | 2003-06-05 | 1 | -0/+4 | |
| | | | | | fixes crash on sample script rob sent me | |||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+1274 | |
PHP5 only |