1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Bug fixing news.

This commit is contained in:
Ilia Alshanetsky
2003-03-04 16:22:00 +00:00
parent e32ebf58c7
commit ed2ea558a8

1
NEWS
View File

@@ -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)