]> granicus.if.org Git - php/commitdiff
Updating to reflect ODBC additons and default timeout
authorDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:43:14 +0000 (21:43 +0000)
committerDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:43:14 +0000 (21:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0727b2097dd036986c789fb12ae6cbbf759139cf..d370e3f1add84befd6e2e94eb63d6a9dde755258 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
+- Added a default timeout to PHP streams (kalowsky, Ilia A <ilia@prohost.org>.
+- Added odbc_data_source() functionality to identify DB ServerName, and a 
+  description of it gathered from the DSN. (kalowsky)
 - Added $DomDocument->xinclude() for substitution of XIncludes in
 - Changed zlib.output_compression behavior. If larger chunk is preferred,
 - Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.