]> granicus.if.org Git - php/commitdiff
Moved news entry about imagefilter() to proper location.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 13 Nov 2002 22:35:16 +0000 (22:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 13 Nov 2002 22:35:16 +0000 (22:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3685f9cc43d6525d213d20cbc7256f777ee84ddd..62dc6ce03d6fc49430502f80503f2f19ec642108 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)