diff options
author | Marcus Boerger <helly@php.net> | 2005-05-07 12:25:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-05-07 12:25:48 +0000 |
commit | 1fd4adb69e2070a68a7599e2ccf19f15d4f56aff (patch) | |
tree | 82539927cca7dccebaaa4298f13443bfd4e1c31d | |
parent | 1623537998fa109f82df483ccb8771447394bf60 (diff) | |
download | php-git-1fd4adb69e2070a68a7599e2ccf19f15d4f56aff.tar.gz |
- Update: class File was renamed to FileObject
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |