diff options
author | <changelog@php.net> | 2002-09-08 00:34:55 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-09-08 00:34:55 +0000 |
commit | b6c2275353d3269f255d7eaabc0d1049743fe5dc (patch) | |
tree | 2427b5dbd234eb4f7342a899b7475b7aafbf7c01 | |
parent | a37e35e9b35ef6a031e0bfc0cc4bee1cccc2953e (diff) | |
download | php-git-b6c2275353d3269f255d7eaabc0d1049743fe5dc.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |