summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-04-09 01:09:23 +0000
committer <changelog@php.net>2001-04-09 01:09:23 +0000
commite585d2fe444c86e4ef9c310203f36474064d7ce7 (patch)
tree272f9c16d17982386c3d3f481fb6b0a17923e1fa
parenta4877d7afd4d4729dee3b54de38aa7915a88a0c6 (diff)
downloadphp-git-e585d2fe444c86e4ef9c310203f36474064d7ce7.tar.gz
NEWS update
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)