On 2005/04/22, at 14:03, Masaki Fujimoto wrote:
@@ -571,7 +573,7 @@ /* judge */ encoding = NULL;
- for (i = num; --i >= 0;) { + for (i = 0; i < num; i++) { filter = &flist[i]; if (!filter->flag) { encoding = filter->encoding;
Looks like this hunk of the change wasn't applied to the other two.
http://cvs.php.net/diff.php/php-src/ext/mbstring/libmbfl/mbfl/ mbfilter.c?r1=1.6&r2=1.7&ty=u
http://cvs.php.net/diff.php/php-src/ext/mbstring/libmbfl/mbfl/ mbfilter.c?r1=1.1.2.6&r2=1.1.2.7&ty=u
Just wondering which patch is correct...
Moriyoshi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
