]> granicus.if.org Git - php/commitdiff
These are in the branch.
authorfoobar <sniper@php.net>
Tue, 4 Mar 2003 14:17:38 +0000 (14:17 +0000)
committerfoobar <sniper@php.net>
Tue, 4 Mar 2003 14:17:38 +0000 (14:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6865438957559fb13acc253aeb95aa43a0bc0e25..273cf6d779cac4c05be5e8c396de3ede14955cae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,10 +69,8 @@ PHP 4                                                                      NEWS
   . Detection of numeric values inside strings passed as high & low.
   . Proper handle the situations where high == low.
 - Added XBM support for bundled GD library. (Marcus)
-- Added imagesavealpha() function. (Jukka Holappa, Pierre-Alain Joye)
 - Added imagefilter() function. Allows application of various filters.
   Only available with bundled GD. (Pierre-Alain Joye, Ilia)
-- Added imageistruecolor(). Only available with GD2. (Pierre-Alain Joye)
 - Added antialiased drawing support to bundled GD. (Pierre-Alain Joye, Ilia)
    . imageantialias($im, $flag) to (de)active antialias
    . imageline antialias support