From: Ilia Alshanetsky Date: Mon, 24 Feb 2003 19:42:38 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6630662616e0eccdcc5ddd966f97d94cdc4a4f7;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 484d9aeb03..3896506b2d 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ PHP 4 NEWS - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT). (Jani) - Fixed bug #22363 (combinations of fwrite(), fread() and fseek() produce unexpected results). (Wez) +- Fixed bug #22355 (PHP would remove folding from Subject & To fields). (Ilia) - Fixed bug #22330 (overloaded strrpos() gives wrong results). (david@santinoli.com, Moriyoshi) - Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia)