summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-04 19:02:26 +0000
committerJani Taskinen <jani@php.net>2009-05-04 19:02:26 +0000
commitce86c511c479fa34d1ee81fa4c56c9ccb7f32019 (patch)
treeeffeee9bedbc64ea0ceaac53341bad199c61ec6d
parentb4a46c8693c235a1df0fccf72945693c2bb6095f (diff)
downloadphp-git-ce86c511c479fa34d1ee81fa4c56c9ccb7f32019.tar.gz
- Fix news
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4641c50e06..d1ef912172 100644
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,13 @@ PHP NEWS
- 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 imap_gc() to clear the imap cache
+ . Added imap_utf8_to_mutf7() and imap_mutf7_to_utf8()
- Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
(sdteffen[at]gmail[dot].com, Pierre)
-- Implemented FR #47739 (Missing cURL option do disable IPv6) (Pierre)
-- Implemented FR #39637 (Missing cURL option CURLOPT_FTP_FILEMETHOD)
- (Pierre)
+- Implemented FR #47739 (Missing cURL option do disable IPv6). (Pierre)
+- Implemented FR #39637 (Missing cURL option CURLOPT_FTP_FILEMETHOD). (Pierre)
- Added timezone_version_get() to retrieve the version of the used timezone
database. (Derick)