]> granicus.if.org Git - php/commitdiff
News updates.
authorWez Furlong <wez@php.net>
Sun, 24 Mar 2002 16:58:27 +0000 (16:58 +0000)
committerWez Furlong <wez@php.net>
Sun, 24 Mar 2002 16:58:27 +0000 (16:58 +0000)
# This might have saved some discussions on php-dev if I had done it
# sooner :-)

NEWS

diff --git a/NEWS b/NEWS
index 71c0fa03347515c166a11b1fa1c9de2fb24e4a35..47d006dd9dc469062c219dd06c51bddc4ff78090 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Added file_get_contents($filename), which will return the contents of a file
+  as a string.  It can be used with URL wrappers. (Wez)
 - All special fopen wrappers ('php://', 'bz2://' and 'zlib://') now require the
   '://' separator (instead of simply 'php:', 'bz2:' and 'zlib:') to avoid
   ambiguities when filenames have ':' characters. (Wez)