]> granicus.if.org Git - php/commitdiff
update NEWS and UPGRADING
authorAnatol Belski <ab@php.net>
Mon, 18 Jul 2016 21:04:22 +0000 (23:04 +0200)
committerAnatol Belski <ab@php.net>
Mon, 18 Jul 2016 21:04:22 +0000 (23:04 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index c4e07074e5458936b382d3a4583ee85402f8f9d7..77583677f44ee1b71d5a246830b1bfbe2eb029b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@ PHP                                                                        NEWS
   . Fixed bug #29368 (The destructor is called when an exception is thrown from
     the constructor). (Dmitry)
   . Implemented RFC: RNG Fixes. (Leigh)
+  . Implemented email validation as per RFC 6531. (Leo Feyer, Anatol)
 
 - COM:
   . Fixed bug #72569 (DOTNET/COM array parameters broke in PHP7). (Anatol)
@@ -53,6 +54,8 @@ PHP                                                                        NEWS
 
 - Mbstring:
   . Deprecated mb_ereg_replace() eval option. (Rouven Weßling, cmb)
+  . Fixed bug #69151 (mb_ereg should reject ill-formed byte sequence).
+    (Masaki Kagaya)
 
 - MCrypt:
   . Deprecated ext/mcrypt. (Scott Arciszewski, cmb)
index ca5ed475868732d6d758fcc4aff4fcd355234523..1854e57ced1a282bc0b133e8eccb086cd79755cd 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -146,6 +146,8 @@ PHP 7.1 UPGRADE NOTES
 - file_get_contents() accepts a negative seek offset if the stream is seekable.
 - tempnam() throws a notice when failing back to the system temp dir.
 - getopt() has an extra by-ref parameter : optind
+- mb_ereg() and mb_ereg_replace() reject illegal byte sequences
+- FILTER_FLAG_EMAIL_RFC6531 can be used with filter_var() for email validation
 
 ========================================
 6. New Functions