Edit report at https://bugs.php.net/bug.php?id=51219&edit=1
ID: 51219 Updated by: ka...@php.net Reported by: phi...@php.net Summary: newlines creating ugly bug emails -Status: Open +Status: Verified Type: Bug Package: Website problem Operating System: Irrelevant PHP Version: Irrelevant Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2016-08-12 17:42:25] c...@php.net > iirc, this is due the re-formatting of emails to fit 72 chars or > something like that. As it's now, only the "headers" are wordwrap()'d[1] (which, by the way is a bug, because wordwrap() isn't multi-byte aware). [1] <https://github.com/php/web-bugs/blob/931c5341f100f8a853f37717f12d9cf38fc10f8c/include/functions.php#L1001> ------------------------------------------------------------------------ [2010-03-05 20:55:35] j...@php.net iirc, this is due the re-formatting of emails to fit 72 chars or something like that. This textarea happens to be 80 chars with physical wrap.. ------------------------------------------------------------------------ [2010-03-05 20:18:26] phi...@php.net Assigning to Jani, this time using the main Submit button instead of the "Assign to" Submit. Maybe it'll show up in the Changelog now. ------------------------------------------------------------------------ [2010-03-05 20:16:52] phi...@php.net Description: ------------ The generated emails use newlines as per the <textarea> width, so this means bug emails often look like: I am a sentence that will be shorted because newlines are interfering with my beauty. So this bug report exists now. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=51219&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php