]> granicus.if.org Git - php/commitdiff
updated NEWS
authorJames Cox <imajes@php.net>
Sun, 17 Mar 2002 15:12:18 +0000 (15:12 +0000)
committerJames Cox <imajes@php.net>
Sun, 17 Mar 2002 15:12:18 +0000 (15:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f012ddf42ed3e8e1e4073fb24c8ccbfad043cdb6..372e312e1fedcac279c6162bf02164f4e6a66d00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- exif functions now support streams using memory streams where @necessary (marcus)
-- added memory streams (marcus)
+- exif functions now support streams using memory streams where necessary (Marcus)
+- added memory streams (Marcus)
 - PHP now has a new stream system that allows it to do some clever stuff with
   fopen() and fsockopen().  As a result:
   . URL wrappers natively supports https:// URLs
@@ -10,7 +10,7 @@ PHP 4                                                                      NEWS
   . copy($srcfilename, $destfilename) can now be used with URL wrappers
   . zlib wrappers can be used even on systems without fopencookie()
   . Most extensions now support streams when passing files, which means
-    that those extensions will support URL wrappers.
+    that those extensions will support URL wrappers. (Wez)
 - Fixed memory allocation problem on systems that have iconv() support in libc.
   (Yasuo)
 - Made var_dump() handle recursive structures better. (Yasuo)