PHP 8.4.24 Released!

Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

yual at inbox dot ru
12 years ago
I use a hack for this bug:

$str = str_replace("=\r\n", '', quoted_printable_encode($str));
if (strlen($str) > 73) {$str = substr($str,0,74)."=\n".substr($str,74);}

<< Back to user notes page

To Top