summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-04-20 17:48:22 +0000
committerZeev Suraski <zeev@php.net>2000-04-20 17:48:22 +0000
commit64c974e8b697223d59bf3add93931292225d40cb (patch)
treee50576c7de9eebeaddf5338257ba490b35f4ad10 /NEWS
parent5f8e4c047466c84692adbf8ad3d571d25e3e24c6 (diff)
downloadphp-git-64c974e8b697223d59bf3add93931292225d40cb.tar.gz
- Add the zlib project to the php_modules workspace, and fix it's C-runtime definitions
- Move IMAP to the high performance API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 327e4ba75c..82baa32b72 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
+- Converted the IMAP module to the high performance API (Zeev)
- The fgetcsv() function now handles embedded end-of-line in a quoted field
(Nick Talbott)
- Added user_error(), to allow explicitly generate error messages from scripts