mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
NEWS updates
This commit is contained in:
parent
4e494746c1
commit
abb7905c0c
5
NEWS
5
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)
|
||||
|
Loading…
Reference in New Issue
Block a user