summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-05-07 12:25:48 +0000
committerMarcus Boerger <helly@php.net>2005-05-07 12:25:48 +0000
commit1fd4adb69e2070a68a7599e2ccf19f15d4f56aff (patch)
tree82539927cca7dccebaaa4298f13443bfd4e1c31d
parent1623537998fa109f82df483ccb8771447394bf60 (diff)
downloadphp-git-1fd4adb69e2070a68a7599e2ccf19f15d4f56aff.tar.gz
- Update: class File was renamed to FileObject
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 54991b2a03..5ec1d66184 100644
--- 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)