diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 22:35:16 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 22:35:16 +0000 |
commit | c7da0b117e966f085719d02703e2f5c98c668a64 (patch) | |
tree | 1c708f70e5ac1e9c8ce5b738b0e989972b9c8d8e | |
parent | 537284418cde811f6541708a928430c7967d4a27 (diff) | |
download | php-git-c7da0b117e966f085719d02703e2f5c98c668a64.tar.gz |
Moved news entry about imagefilter() to proper location.
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 -- dummy +- Added imagefilter() function which allows application of various filters. + This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) ? ? ??? 2002, Version 4.3.0 - ATTENTION! "make install" will *by default* install the CLI SAPI binary in @@ -16,8 +17,6 @@ PHP 4 NEWS - To PECL moved extensions: (James, Derick) . ext/vpopmail . ext/cybermut -- Added imagefilter() function which allows application of various filters. - This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) - Added "neutral" language entry to mbstring spec. (Moriyoshi) - Modified log() to accept multiple bases. (Jason) - Added gd_info() which returns an array of gd support information. (Marcus) |