From: Date: Mon, 9 Apr 2001 01:09:23 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e585d2fe444c86e4ef9c310203f36474064d7ce7;p=php NEWS update --- diff --git a/NEWS b/NEWS index 40e8aa47dd..a52338ef1c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig) - Added small change to php_odbc module, to check for failed SQLDisconnects and to close any outstanding transactions if the call fails, then disconnect again (lurcher)