]> granicus.if.org Git - php/commitdiff
this one needs to be upper..
authorfoobar <sniper@php.net>
Sat, 7 May 2005 16:14:27 +0000 (16:14 +0000)
committerfoobar <sniper@php.net>
Sat, 7 May 2005 16:14:27 +0000 (16:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5ec1d66184a733d08ff7fbe93c71ba4a5b7280bc..d74a02cb7d5501d8c63f2ef4c76baaf95fb8d07e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ PHP                                                                        NEWS
 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
 - Changed mysqli_exception and sqlite_exception to use RuntimeException as base 
   if SPL extension is present. (Georg, Marcus)
+- Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus)
 - Improved support for embedded server in mysqli. (Georg)
 - Improved performance of:
   . general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus)
@@ -31,7 +32,6 @@ PHP                                                                        NEWS
   . added class FileObject
   . added possibility to use a string with class_parents() and
     class_implements(). (Andrey)
-- Improved interactive mode of CLI (php -a). (Johannes, Marcus)
 - Added the tidy_get_opt_doc() function to return documentation for
   configuration options in tidy. (Patch by: nlopess@php.net)
 - Added support for .cc files in extensions. (Brian)