s/send/sent/

This commit is contained in:
foobar 2002-09-08 21:48:59 +00:00
parent 16f793f876
commit bba274b9e1

2
NEWS
View File

@ -3,7 +3,7 @@ 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" header send by the fopen wrappers to be configurable
- Made the "User-Agent" header sent 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)