summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNick Gorham <lurcher@php.net>2000-04-16 16:16:59 +0000
committerNick Gorham <lurcher@php.net>2000-04-16 16:16:59 +0000
commit1b7bfe5bbf6837e0f674a1ec6112e21695d0047a (patch)
treefc6cfe6275f39c1f6e092165c2bbab8c56d4f53f /NEWS
parentd39724c536ceda48f4efddead71276363d8cc5f3 (diff)
downloadphp-git-1b7bfe5bbf6837e0f674a1ec6112e21695d0047a.tar.gz
Removed unnecessary FAR's (I am assuming we don't need to work under
16 bit windows). They break several ODBC builds.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2161756d20..0155f248d9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
+- Removed Windows FAR* in php_odbc.c (lurcher)
- Fix bug in number_format (Jon Forsberg)
- Make error_prepend_string and error_append_string work
- array_walk() now automatically resets the array. (Andrei)