1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

*** empty log message ***

This commit is contained in:
Andrei Zmievski
2000-01-31 15:09:09 +00:00
parent 53a0d6fb9d
commit 2f50aaa349

2
NEWS
View File

@@ -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)