]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Mon, 31 Jan 2000 15:09:09 +0000 (15:09 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 31 Jan 2000 15:09:09 +0000 (15:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 26c07b9d68d1715a44bc56130730bb642d9602a5..2bc3265fc04c9d56b0bfb3f5d7021cf2141fbe5e 100644 (file)
--- 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)