]> granicus.if.org Git - php/commit
allow assignment to $node->nodeValue to work for more
authorWez Furlong <wez@php.net>
Tue, 9 Dec 2003 20:19:44 +0000 (20:19 +0000)
committerWez Furlong <wez@php.net>
Tue, 9 Dec 2003 20:19:44 +0000 (20:19 +0000)
commita35a82ddcd0b5b56aaee75d549011b13bfba3527
treef4f4b4d74bd5a3d0181ddf2732ec6b34c4b710b6
parent49494dee00570104f34966e375462c08b4489a39
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)
ext/dom/node.c