summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-12-24 11:32:45 +0000
committerFelipe Pena <felipe@php.net>2008-12-24 11:32:45 +0000
commit584ced66d5ec7425c18f0be914653879db1d57cb (patch)
tree3ba26760616d008b8cb71e69ce1ae79f35a2a9c9
parenta1a4c02290748d79437497e14143b7f98c2c4345 (diff)
downloadphp-git-584ced66d5ec7425c18f0be914653879db1d57cb.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46fea173c7..d4d6449b9b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
- Fixed segfault when malformed string passed to json_decode(). (Scott)
+- Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly).
+ (Felipe)
- Fixed bug #46889 (Memory leak in strtotime()). (Derick)
- Fixed bug #46887 (Invalid calls to php_error_docref()).
(oeriksson at mandriva dot com, Ilia)