From 14a8c395afa13e515f1913f51d1a497795618321 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Wed, 14 Aug 2002 00:42:02 +0000 Subject: [PATCH] Adding in updates for the fixes to ODBC, and markers for the pack/unpack memory leaks --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ba589699fb4..3ee06009d1f 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,13 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Fix a bug in ODBC where closing the module would crash the Windows + executable. (kalowsky) +- Various memory leak fixes in the pack/unpack commands, patch submitted by + Ilia . (kalowsky) +- Added a default timeout to PHP streams. (kalowsky, Ilia A ) - Added clickable error messages that direct to a page describing the error or function causing the error in detail. (Yasuo, Wez, Marcus) -- 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