diff options
author | Scott MacVicar <scottmac@php.net> | 2009-03-29 23:35:58 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-03-29 23:35:58 +0000 |
commit | 966e1e68339f6f417bc4c6b8b94fc95523a84cb8 (patch) | |
tree | 658d02b8fa14dbe4b1dc3b3608c6d24cdebfb421 | |
parent | 6e617627f654ddc076ee994536259dec8d2c7db0 (diff) | |
download | php-git-966e1e68339f6f417bc4c6b8b94fc95523a84cb8.tar.gz |
BFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |