From: Derick Rethans Date: Thu, 7 Mar 2002 08:18:02 +0000 (+0000) Subject: - Update NEWS X-Git-Tag: php-4.2.0RC1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b736409e52aaf5230a308dcc491ce1af804cdd0d;p=php - Update NEWS --- diff --git a/NEWS b/NEWS index 86cbfe4d53..f2113225c0 100644 --- a/NEWS +++ b/NEWS @@ -12,9 +12,9 @@ PHP 4 NEWS . Added socket_clear_error() which clears the last error on a socket . Removed all code pertaining to fd_sets (socket_fd_*) . Modfied/Improved socket_select() to take resource arrays instead of fd_sets - ex. + ex. - Returned iconv support to FreeBSD (kalowsky) - Added CLI (command line intrerface) sapi based on a cut-down version of the CGI sapi which is more suited for writing shell scripts. Some of