summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-09-08 00:34:55 +0000
committer <changelog@php.net>2002-09-08 00:34:55 +0000
commitb6c2275353d3269f255d7eaabc0d1049743fe5dc (patch)
tree2427b5dbd234eb4f7342a899b7475b7aafbf7c01
parenta37e35e9b35ef6a031e0bfc0cc4bee1cccc2953e (diff)
downloadphp-git-b6c2275353d3269f255d7eaabc0d1049743fe5dc.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 348aeb03a9..6fa6a3685c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Made the User-Agent that php's fopen wrappers send, configurable via
+ 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)