summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-10-12 01:08:03 +0000
committer <changelog@php.net>1999-10-12 01:08:03 +0000
commitd070e7e557bb9c33786e8f12e059b4e0506563d2 (patch)
treed8cb1fff63019deea24f9a183996b9e8ae7655fe
parent9e773dfde2b5fc2eacc0f9397dea48a783bd5817 (diff)
downloadphp-git-d070e7e557bb9c33786e8f12e059b4e0506563d2.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5a434fa17..2804a7b9d0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP 4.0 NEWS
?? ?? 1999, Version 4.0 Beta 3
+- Informix driver : Changed ifx.ec to use the new high-performance
+ ZEND API. (Danny)
+- IXF_LIBDIR environment variable specifies alternate Informix library
- Fixed gmmktime() so that the following should always be true:
gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni)
- setlocale doesn't anymore screw up things if you forgot to change it back