From: Derick Rethans Date: Fri, 22 Mar 2002 08:47:41 +0000 (+0000) Subject: - Add note about changed fopen wrappers X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7bee303744c4e889aadc7ef9bbe05b94b6e2bd3;p=php - Add note about changed fopen wrappers --- diff --git a/NEWS b/NEWS index 808614842a..438b846c90 100644 --- 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: