From: Pierre Joye Date: Fri, 27 Jan 2006 20:11:54 +0000 (+0000) Subject: - imagepng filter enty X-Git-Tag: php-5.1.3RC1~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9494521055634cce56e1bbfeac2b1527cba0bc86;p=php - imagepng filter enty --- diff --git a/NEWS b/NEWS index 9121b1deca..1cbb33011f 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ PHP NEWS - Changed get_headers() to retrieve headers also from non-200 responses. (Ilia) - Changed get_headers() to use the default context. (Ilia) - Added a check for special characters in the session name. (Ilia) +- Added a filtering mode option to imagepng, allow to reduce drastically + the file size (Pierre) - Added "consumed" stream filter. (Marcus) - Added new mysqli constants for BIT and NEW_DECIMAL field types: MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg)