From: Dan Kalowsky Date: Tue, 13 Aug 2002 21:43:14 +0000 (+0000) Subject: Updating to reflect ODBC additons and default timeout X-Git-Tag: php-4.3.0dev_zend2_alpha3~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5240d0b78d1e93073a9b119a1497df822a60fb8;p=php Updating to reflect ODBC additons and default timeout --- diff --git a/NEWS b/NEWS index 0727b2097d..d370e3f1ad 100644 --- 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 . +- 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 .