[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
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

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom text.c

2007-05-14 Thread Rob Richards
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

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom text.c /ext/dom/tests bug41374.phpt

2007-05-14 Thread Rob Richards
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