From: Andrei Zmievski Date: Mon, 31 Jan 2000 15:09:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f50aaa349352d429fee4f6582da91082dc07665;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 26c07b9d68..2bc3265fc0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Added ability to set timeout on socket read operations through + set_socket_timeout() function. (Andrei) - Added register_argc_argv INI directive, to allow to selectively disable the declaration of the $argv and $argc variables for increased performance (Zeev)