From: Ilia Alshanetsky Date: Mon, 24 Feb 2003 03:18:26 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb2f10122c73b834d42ff47c1fa71bb9618867db;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index cbfd954900..484d9aeb03 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ PHP 4 NEWS - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright) - Added XBM and WBMP support for getimagesize(). (Marcus) - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) +- Fixed bug #22382 (fgetcsv() did not handle \" correctly). (Ilia) - 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)