On Mon, Mar 18, 2002 at 12:34:12AM +0000, Wez Furlong wrote: > debug("wordwrap: char=" . ord($char) . " cut=" . $cut);
you must be using a multi-character linebreak (probably "\r\n"). otherwise the allocation that is being overflown would not be made ('cause it is in the multi-character-line-ending or forced cut path). what line length are you wrapping to? jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php