rrichards Mon Oct 20 12:46:23 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests bug46335.phpt
Modified files:
/php-src/ext/domtext.c
Log:
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters
rrichards Mon May 14 11:52:35 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/domtext.c
Log:
free wholetext properly
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/text.c?r1=1.23.2.1.2.3&r2=1.23.2.1.2.4&diff_format=u
Index: php-src/ext/dom/text.c
rrichards Mon May 14 11:44:15 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests bug41374.phpt
Modified files:
/php-src/ext/domtext.c
Log:
Fixed bug #41374 (wholetext concats values of wrong nodes).
add test
h