Fix typo.

This commit is contained in:
Sean Bright 2001-11-21 02:00:02 +00:00
parent d5a1d55901
commit 4312c5f9e0

2
NEWS
View File

@ -4,7 +4,7 @@ PHP 4.0 NEWS
- Added md5_file(), which calculaties the MD5 sum of a file.
(patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
- Added support for parsing recordsets contained in WDDX packets. (Andrei)
- Renamed key_exists tp array_key_exists. (Derick)
- Renamed key_exists to array_key_exists. (Derick)
- Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor
images. (Rasmus)
- Added support for bind_textdomain_codeset(). (rudib@email.si)