diff options
author | Zeev Suraski <zeev@php.net> | 2000-04-20 17:48:22 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-04-20 17:48:22 +0000 |
commit | 64c974e8b697223d59bf3add93931292225d40cb (patch) | |
tree | e50576c7de9eebeaddf5338257ba490b35f4ad10 /NEWS | |
parent | 5f8e4c047466c84692adbf8ad3d571d25e3e24c6 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |