Fix for bug #9449 to stop infinate loop in wordwrap.

This commit is contained in:
James Moore 2001-02-26 13:04:00 +00:00
parent eb6ba01d1c
commit 08d3e700fa

View file

@ -463,6 +463,7 @@ PHP_FUNCTION(wordwrap)
break;
}
}
l ++;
}
}
i += l+1;