summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-09-08 21:06:22 +0000
committerfoobar <sniper@php.net>2002-09-08 21:06:22 +0000
commit16f793f876e3eca1483e9e5d262fdf11ef931b70 (patch)
treeeb9c7b6cdf8f9da437bd0cbc2a7eefc791fcfb66
parentdc056bf2d0d9979b11aac21d7d01483ff145098b (diff)
downloadphp-git-16f793f876e3eca1483e9e5d262fdf11ef931b70.tar.gz
nice..nice..
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 325ac5d3a8..6b0d3d598c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP 4 NEWS
? ? ??? 2002, Version 4.3.0
- Added support for fopen("ftps://...", ...) which allows to connect to FTP
servers via SSL. (Stefan Esser)
-- Made the User-Agent that php's fopen wrappers send, configurable via
- php.ini or via a stream context. (Sterling)
+- Made the "User-Agent" header send by the fopen wrappers to be configurable
+ in php.ini or via a stream context. (Sterling)
- Added support for fopen("php://output", "wb") which returns a stream that
writes to the output buffer (like echo and print). (Wez)
- Added --disable-all configure option. (Jani)