summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-03-29 23:35:58 +0000
committerScott MacVicar <scottmac@php.net>2009-03-29 23:35:58 +0000
commit966e1e68339f6f417bc4c6b8b94fc95523a84cb8 (patch)
tree658d02b8fa14dbe4b1dc3b3608c6d24cdebfb421
parent6e617627f654ddc076ee994536259dec8d2c7db0 (diff)
downloadphp-git-966e1e68339f6f417bc4c6b8b94fc95523a84cb8.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11a94b074f..4fbebf5ce3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@
- Fixed memory corruptions while reading properties of zip files. (Ilia)
- Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
-- Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses). (Ilia)
+- Fixed bug #47828 (openssl_x509_parse() segfaults when a UTF-8 conversion
+ fails). (Scott)
- Fixed bug #47769 (Strange extends PDO). (Felipe)
- Fixed bug #47721 (Alignment issues in mbstring and sysvshm extension)
(crrodriguez at opensuse dot org, Ilia)