summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-08-13 21:43:14 +0000
committerDan Kalowsky <kalowsky@php.net>2002-08-13 21:43:14 +0000
commite5240d0b78d1e93073a9b119a1497df822a60fb8 (patch)
tree5aed4e55457bf264f064d9d52716fba17678963b
parentce160f1bdeaf4e6cc15dc003b7bf2d997734bdac (diff)
downloadphp-git-e5240d0b78d1e93073a9b119a1497df822a60fb8.tar.gz
Updating to reflect ODBC additons and default timeout
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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 <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>.