From: Ilia Alshanetsky Date: Sun, 2 Mar 2003 14:38:54 +0000 (+0000) Subject: New function news. X-Git-Tag: php-4.3.2RC1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=095595dd61b5e465e904c90c4102e416f3a139f8;p=php New function news. --- diff --git a/NEWS b/NEWS index 985021b52b..beda29622a 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP 4 NEWS - Added man page for CLI version of PHP. (Marcus) - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani) +- Added imagesavealpha() and imageistruecolor() functions. (Pierre) - Added session_regenerate_id() function. (Sascha) - Added zlib_get_coding_type() function which returns the coding type used for output compression. (Moriyoshi)