]> granicus.if.org Git - php/commit
More on the way to W3C coformance:
authorChristian Stocker <chregu@php.net>
Fri, 16 Aug 2002 08:42:41 +0000 (08:42 +0000)
committerChristian Stocker <chregu@php.net>
Fri, 16 Aug 2002 08:42:41 +0000 (08:42 +0000)
commit9c20c7c9ba99e214a337093fc06bfe5cb3675e26
tree953d67c6c27839a569fe8b08439f4a1fb9fefe6c
parent38eea2e817baf6742321703256e2738272cf6c30
More on the way to W3C coformance:
@- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL
@  instead of false (W3C specs). (chregu)
@- Changed DomNode->insert_before() and DomNode->append_child() to conform to
@  W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu)
ext/domxml/php_domxml.c