]> granicus.if.org Git - php/commitdiff
- Update: class File was renamed to FileObject
authorMarcus Boerger <helly@php.net>
Sat, 7 May 2005 12:25:48 +0000 (12:25 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 7 May 2005 12:25:48 +0000 (12:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 54991b2a03e2387d726ae3d2bbe56555236b053b..5ec1d66184a733d08ff7fbe93c71ba4a5b7280bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ PHP                                                                        NEWS
   . added interfaces Subject and Observer
   . added spl_autoload*() functions
   . converted several 5.0 examples into c code
-  . added class File
+  . 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)