diff options
| author | Wez Furlong <wez@php.net> | 2002-03-24 16:58:27 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-03-24 16:58:27 +0000 |
| commit | 89994a20325ff6e9d5d92a7933c80942d1e59458 (patch) | |
| tree | c3aadc993dc23020ab4e55715fc29b2cb3b3a2db | |
| parent | 04f6ec87d01b5b4f6362e27408d2df268a1831d1 (diff) | |
| download | php-git-89994a20325ff6e9d5d92a7933c80942d1e59458.tar.gz | |
News updates.
# This might have saved some discussions on php-dev if I had done it
# sooner :-)
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- Added file_get_contents($filename), which will return the contents of a file + as a string. It can be used with URL wrappers. (Wez) - 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) |
