From: Ilia Alshanetsky Date: Wed, 5 Mar 2003 17:03:03 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7559d17ec13f70b8c4efac31925d9bda73e3e4a5;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 2dc135a483..fb7e2303a5 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,8 @@ 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 #22550 (overflow protection for upload_max_filesize ini setting). + (Ilia) - Fixed bug #22544 (writing transparency to truecolor png images). (Ilia) - Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows). (Edin) - Fixed bug #22508 (Added protection against circular HTML redirects). (Ilia)