From: Wez Furlong Date: Sat, 1 Mar 2003 01:28:50 +0000 (+0000) Subject: New! X-Git-Tag: RELEASE_0_5~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98224f5a0587149c6248a9c115ef59fc64591794;p=php New! --- diff --git a/NEWS b/NEWS index 86939d60cf..6865438957 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,7 @@ PHP 4 NEWS . stream_socket_accept() - Accept a client connection. . stream_socket_get_name() - Get local or remote name of socket. . generic crypto interface for streams (supports dynamic loading of OpenSSL) +- Added stream_copy_to_stream() function. (Wez) - Added memory mapping support under win32 to improve performance of readfile(), fpassthru() and some internal streams operations. (Wez) - Added DBA handler 'inifile' to support ini files. (Marcus)