diff options
author | Derick Rethans <derick@php.net> | 2002-03-22 08:47:41 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-22 08:47:41 +0000 |
commit | c7bee303744c4e889aadc7ef9bbe05b94b6e2bd3 (patch) | |
tree | aebf2f4bf2473a52d3ee10078957794bcfdf6a39 /NEWS | |
parent | e41dca29954d9e78348cae099983dabd6efdf9d3 (diff) | |
download | php-git-c7bee303744c4e889aadc7ef9bbe05b94b6e2bd3.tar.gz |
- Add note about changed fopen wrappers
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |