History log of /PHP-5.3/ext/dom/node.c (Results 51 – 71 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c7e94588 27-Dec-2003 Rob Richards

fix libxml mem leak


# 84b90f63 27-Dec-2003 Rob Richards

Fixed bug #26723 (domNode::appendChild() changes child node namespace)
apply fix to insertBefore and replaceChild


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 4756b5e0 09-Dec-2003 Rob Richards

fix possible mem leak when element has children


# a35a82dd 09-Dec-2003 Wez Furlong

allow assignment to $node->nodeValue to work for more
objects and in situations where the rvalue is not a string.
(Fixes a segfault in that case)


# 6fa6d3c4 02-Dec-2003 Rob Richards

check node type for ->attributes and ->childNodes


# 6ac34646 29-Nov-2003 Rob Richards

implement namednodemap and nodelist
fix xsl/dom integration under windows
update tests and examples


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 207dc909 26-Oct-2003 Rob Richards

add interop with simplexml - dom_import_simplexml
fix cloneNode with elements


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2
# 44164170 20-Oct-2003 Rob Richards

implement namespace nodes
fix getElementsByTagName
fixes to attribute namespaces
remove safemode stuff as its handled in streams


Revision tags: RELEASE_1_3b3
# e12aafca 05-Oct-2003 Shane Caraveo

fix crash building nodeName


# c21e78dd 05-Oct-2003 Rob Richards

implement isDefaultNameSpace and baseURI
nodeName and tagName return qualified names
fix removeAttributeNode - takes domAttr as parameter
better uri and file handling for document load me

implement isDefaultNameSpace and baseURI
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

show more ...


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3
# 09481c64 24-Aug-2003 Rob Richards

implement stricterrorcheck
fix clonenode
cleanup error routines


# 21329c5e 22-Aug-2003 Wez Furlong

allow building without libxml2 under win32


Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 43bc2f0b 27-Jul-2003 Rob Richards

reworking xml namespace support
add node lookupNamespaceURI and lookupPrefix
add attr isId


# d75618e7 12-Jul-2003 Rob Richards

implement read only exceptions
implement notation nodes
changes for spec conformance


# 4cd06845 07-Jul-2003 Rob Richards

implement node proxies: next phase of interop


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 2a020455 15-Jun-2003 Rob Richards

remove code no longer needed
fix format Output property


# 5b19e1ec 12-Jun-2003 Rob Richards

add node->isSupported()
add domimplementation->hasFeature()
add formatOutput property (extends DOM)
call xmlFreeDoc when doc is no longer referenced rather than custom code
save and s

add node->isSupported()
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

show more ...


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 6d72c894 09-Jun-2003 Rob Richards

implmentation of document ref counting for persistance
re-work of internal object handling


# ee5f7948 05-Jun-2003 Sterling Hughes

fix a bunch of memory overruns, and uninitialized variable uses
fixes crash on sample script rob sent me


# 1b046ed4 05-Jun-2003 Rob Richards

Inital cut of new dom extension
PHP5 only


123