From 6d0118397d13d30db4e6021fd02497705d639ed0 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 21 Nov 2016 17:28:09 +0000 Subject: [PATCH] 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 --- reference/filter/filters.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index f2fb7d27b5..41afe00bdb 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -57,6 +57,7 @@ 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.