From: Rasmus Lerdorf Date: Sat, 31 May 2003 17:37:55 +0000 (+0000) Subject: A very minor thing, but we should still make a note of this change. X-Git-Tag: php-4.3.3RC1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0718a549349cb0d4fd813c28a3babcf2b103f42f;p=php A very minor thing, but we should still make a note of this change. --- diff --git a/NEWS b/NEWS index 6304fce58e..35d1c91bad 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ PHP 4 NEWS . Added support for virtual() . Added "nsapi.read_timeout" php.ini option. . Synced $_SERVER variables to be similar to Apache variables +- Changed mysql.connect_timeout directive to be user-settable (Rasmus) - Added DBA handler 'inifile' to support ini files. (Marcus) - Added a "DEBUG" note to 'php -v' output when --enable-debug is used. (Derick) - Added long options into CLI & CGI (e.g. --version). (Marcus)