From: foobar Date: Sun, 23 Feb 2003 07:35:57 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.2RC1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4ef92e0ec402edfcfd9af4cfd4e083cc0517b33;p=php BFN --- diff --git a/NEWS b/NEWS index 548281c15e..7efe8c1c3d 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 #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 #22330 (overloaded strrpos() gives wrong results).