]> granicus.if.org Git - php/commitdiff
update NEWS
authorWez Furlong <wez@php.net>
Sat, 16 Mar 2002 11:12:25 +0000 (11:12 +0000)
committerWez Furlong <wez@php.net>
Sat, 16 Mar 2002 11:12:25 +0000 (11:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index de6b6571992a20cdda861be9ea40f4e550b8482a..04bff466ee2c35196e59aeb76c67694f90b91e18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- PHP now has a new stream system that allows it to do some clever stuff with
+  fopen() and fsockopen().  As a result:
+  . 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()
+  . Most extensions now support streams when passing files, which means
+    that those extensions will support URL wrappers.
 - Fixed memory allocation problem on systems that have iconv() support in libc.
   (Yasuo)
 - Made var_dump() handle recursive structures better. (Yasuo)