]> granicus.if.org Git - php/commitdiff
- Add note about changed fopen wrappers
authorDerick Rethans <derick@php.net>
Fri, 22 Mar 2002 08:47:41 +0000 (08:47 +0000)
committerDerick Rethans <derick@php.net>
Fri, 22 Mar 2002 08:47:41 +0000 (08:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 808614842a0cf37836b8803b650350a2e6e0957c..438b846c90b0bb4b87ee1319904db5f422694d97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- All special fopen wrappers ('php://', 'bz2://' and 'zlib://') now require the
+  '://' separator (instead of simply 'php:', 'bz2:' and 'zlib:') to avoid
+  ambiguities when filenames have ':' characters. (Wez)
 - Added URL-wrapper support to exif. (Marcus)
 - PHP now has a new stream system that allows it to do some clever stuff with
   fopen() and fsockopen().  As a result: