diff options
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |