History log of /php-src/ext/dom/node.c (Results 201 – 225 of 235)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8b8940ba 21-Apr-2005 Ilia Alshanetsky

php_error() -> php_error_docref().

# 334d756f 18-Apr-2005 Rob Richards

Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children
update test

# 5313e98b 08-Apr-2005 Rob Richards

- Fixed bug #32615 (Segfault in replaceChild() using fragment when
previousSibling is NULL)
- add test

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# e46e7309 18-Feb-2005 Rob Richards

Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)

Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# b87d8cdf 18-Nov-2004 Rob Richards

prototype fixes (Jakub Vrána)

Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 02fa5aa0 30-Aug-2004 Rob Richards

remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways

Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# e73d4989 13-Jun-2004 Rob Richards

Fix bug #28721 (appendChild() and insertBefore() unset DOMText)

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 5b0f34ae 31-May-2004 Rob Richards

Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)
Prototype fixes

# e54165e4 30-May-2004 Zeev Suraski

No meaning for unsigned

Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 4051591c 18-Feb-2004 Rob Richards

correct implementation of prefix write property

# ec2ea131 17-Feb-2004 Rob Richards

implement clone functionality to fix segfault
DomNode->clone() creates new doc proxy if document is cloned
remove printf from xpath
fix remaining invalid object state issues

Revision tags: php-4.3.5RC3
# 602c786a 16-Feb-2004 Rob Richards

issue warning if object is in invalid state when dealing with properties

# c1418894 15-Feb-2004 Rob Richards

switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes

Revision tags: php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

# 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

12345678910