- imap entries (2 more to come)

This commit is contained in:
Pierre Joye 2009-05-02 18:06:04 +00:00
parent 9faccc3da1
commit 1cdb964081

3
NEWS
View File

@ -6,6 +6,9 @@ PHP NEWS
- Undeprecated ticks. (Arnaud) - Undeprecated ticks. (Arnaud)
- Improved IMAP support (Pierre):
- Added imap_gc to clear the imap cache
- Added imap_utf8_to_mutf7 and imap_mutf7_to_utf8
- Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
open(2) system call. (Mikko) open(2) system call. (Mikko)
- Added "dechunk" filter which can decode HTTP responses with chunked - Added "dechunk" filter which can decode HTTP responses with chunked