Wez Furlong <[EMAIL PROTECTED]> wrote:
> I'll see if I can force it to happen in isolation.

are you passing a fourth parameter to wordwrap?

the easiest way to track it down would be to insert some debugging
statements in the wordwrap() function to print out the text being
wrapped, the newtextlen that gets calculated, and then value of
newtextlen at the end of the function.

(this code is all new since 4.1.x, so this particular bug likely does
not exist in those versions. the old implementation has an entirely
different set of bugs. :)

jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to