1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
This commit is contained in:
Moriyoshi Koizumi
2003-03-24 19:42:20 +00:00
parent e120dab4f2
commit 5f0e06e89c

2
NEWS
View File

@@ -28,6 +28,8 @@ PHP 4 NEWS
--enable-memory-limit. (Andrey)
- Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
- Added XBM and WBMP support for getimagesize(). (Marcus)
- Added KOI8-R, CP866, and CP1251 support for htmlentities().
(Antony Dovgal <tony2001 at phpclub dot net>, Moriyoshi)
- Fixed a bug in GD's truecolor TTF handling. (Derick)
- Fixed several 64-bit problems. (Dave)
- Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe)