Fix #66553: FILTER_VALIDATE_EMAIL does not accept user@host addresses

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341094 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-11-21 17:28:09 +00:00
parent 3b7a607f8b
commit 6d0118397d

View file

@ -57,6 +57,7 @@
<para>
In general, this validates e-mail addresses against the syntax in
RFC 822, with the exceptions that comments and whitespace folding
and dotless domain names
are not supported.
</para>
</entry>