NEWS updates

This commit is contained in:
Wez Furlong 2002-03-21 14:08:59 +00:00
parent 4e494746c1
commit abb7905c0c

5
NEWS
View File

@ -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)