php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80967 FILTER_VALIDATE_EMAIL fails on Russian email address поддержка@почта.рус
Submitted: 2021-04-18 09:57 UTC Modified: 2021-04-18 10:29 UTC
From: divinity76 at gmail dot com Assigned: cmb (profile)
Status: Duplicate Package: *Mail Related
PHP Version: 8.0.5RC1 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: divinity76 at gmail dot com
New email:
PHP Version: OS:

 

 [2021-04-18 09:57 UTC] divinity76 at gmail dot com
Description:
------------
поддержка@почта.рус is a real email address, but FILTER_VALIDATE_EMAIL fails to validate it, regardless of FILTER_FLAG_EMAIL_UNICODE

Test script:
---------------
<?php
var_dump(filter_var('поддержка@почта.рус', FILTER_VALIDATE_EMAIL, FILTER_FLAG_EMAIL_UNICODE));

Expected result:
----------------
bool(true)

Actual result:
--------------
bool(false)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-04-18 10:29 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2021-04-18 10:29 UTC] cmb@php.net
Duplicate of request #39469.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 05 02:01:30 2024 UTC