]> granicus.if.org Git - php/commitdiff
- imagepng filter enty
authorPierre Joye <pajoye@php.net>
Fri, 27 Jan 2006 20:11:54 +0000 (20:11 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 27 Jan 2006 20:11:54 +0000 (20:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9121b1deca61390f1a5cb1eb0b38f0f32c2b65e9..1cbb33011f20f70f98f3cd3ad1e8eedd7764c397 100644 (file)
--- 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)