]> granicus.if.org Git - php/commitdiff
NEWS updates
authorWez Furlong <wez@php.net>
Thu, 21 Mar 2002 14:08:59 +0000 (14:08 +0000)
committerWez Furlong <wez@php.net>
Thu, 21 Mar 2002 14:08:59 +0000 (14:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d0a981ba8d973458d3ba7b93bc39ef213e20b21c..808614842a0cf37836b8803b650350a2e6e0957c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,10 @@ PHP 4                                                                      NEWS
   . URL wrappers natively supports https:// URLs
   . fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
   . copy($srcfilename, $destfilename) can now be used with URL wrappers
-  . zlib wrappers can be used even on systems without fopencookie()
+  . zlib wrappers/streams can be used even on systems without fopencookie()
+  . Added BZip2 stream support.
+  . Added user-space streams - it is now possible to define a class in PHP
+    code and register it as a URL wrapper.
   . Most extensions now support streams when passing files, which means
     that those extensions will support URL wrappers. (Wez)
   . Added memory stream support. (Marcus)