From: Evan Klinger Date: Wed, 24 Nov 1999 05:53:12 +0000 (+0000) Subject: Mention new select(), fd_set() and fd_isset() functions X-Git-Tag: PRE_RETURN_REF_PATCH~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19f88f097c25e0f2f67d20a525f5ef6db0f64f02;p=php Mention new select(), fd_set() and fd_isset() functions --- diff --git a/NEWS b/NEWS index e397b601b2..92b47f3c37 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Added select(), fd_set() and fd_isset() (Evan) - cpdf support has been ported from php3, needs ClibPDF 2.x (Uwe) - Fixed a leak when using automatic output buffering (Zeev) - Introduced PECL - PHP Extension and Code Library