]> granicus.if.org Git - php/commitdiff
Reorder
authorfoobar <sniper@php.net>
Mon, 25 Apr 2005 21:23:49 +0000 (21:23 +0000)
committerfoobar <sniper@php.net>
Mon, 25 Apr 2005 21:23:49 +0000 (21:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5dabec60de0c870dc5c12c51ef51dfa99b74dc4e..7b69b76d6ab65c23f6c9e002811f1751caf6aa43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
-- Added the tidy_get_opt_doc() function to return documentation for
-  configuration options in tidy. Thanks to nlopess for the patch. (John)
 - Removed php_check_syntax() function which never worked properly. (Ilia)
 - Removed garbage manager in Zend Engine which results in more aggressive
   freeing of data. (Dmitry, Andi)
@@ -33,6 +31,8 @@ PHP                                                                        NEWS
   . added class File
   . added possibility to use a string with class_parents() and
     class_implements(). (Andrey)
+- Added the tidy_get_opt_doc() function to return documentation for
+  configuration options in tidy. Thanks to nlopess for the patch. (John)
 - Added support for .cc files in extensions. (Brian)
 - Added imageconvolution() function which can be used to apply a custom 3x3
   matrix convolution to an image. (Pierre)