We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e49474 commit abb7905Copy full SHA for abb7905
NEWS
@@ -7,7 +7,10 @@ PHP 4 NEWS
7
. URL wrappers natively supports https:// URLs
8
. fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
9
. copy($srcfilename, $destfilename) can now be used with URL wrappers
10
- . zlib wrappers can be used even on systems without fopencookie()
+ . 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.
14
. Most extensions now support streams when passing files, which means
15
that those extensions will support URL wrappers. (Wez)
16
. Added memory stream support. (Marcus)
0 commit comments