From ed2ea558a844e3e02c2cbcace4866ff49d9fe649 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 4 Mar 2003 16:22:00 +0000 Subject: [PATCH] Bug fixing news. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 687c189dcdd..2c6c4d9c99d 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ PHP 4 NEWS - Added XBM and WBMP support for getimagesize(). (Marcus) - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) - Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows). (Edin) +- Fixed bug #22508 (Added protection against circular HTML redirects). (Ilia) - Fixed bug #22402 (opening of ftp for read/write could fail due to invalid return code handling). (Ilia) - Fixed bug #22384 (FNM_CASEFOLD is not available). (Hartmut)