Skip to content

Commit abb7905

Browse files
committed
NEWS updates
1 parent 4e49474 commit abb7905

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ PHP 4 NEWS
77
. URL wrappers natively supports https:// URLs
88
. fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
99
. copy($srcfilename, $destfilename) can now be used with URL wrappers
10-
. zlib wrappers can be used even on systems without fopencookie()
10+
. zlib wrappers/streams can be used even on systems without fopencookie()
11+
. Added BZip2 stream support.
12+
. Added user-space streams - it is now possible to define a class in PHP
13+
code and register it as a URL wrapper.
1114
. Most extensions now support streams when passing files, which means
1215
that those extensions will support URL wrappers. (Wez)
1316
. Added memory stream support. (Marcus)

0 commit comments

Comments
 (0)