diff options
author | Pierre Joye <pajoye@php.net> | 2006-01-27 20:11:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-01-27 20:11:54 +0000 |
commit | 9494521055634cce56e1bbfeac2b1527cba0bc86 (patch) | |
tree | a6e0deec6d1720a8c5db08e4933ad470295c1d6b | |
parent | 26127e510fb49b658ab0471d9f89f16eb9b1830c (diff) | |
download | php-git-9494521055634cce56e1bbfeac2b1527cba0bc86.tar.gz |
- imagepng filter enty
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |