php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48808 Wrong e-mail format is accept with FILTER_VALIDATE_EMAIL
Submitted: 2009-07-05 17:13 UTC Modified: 2009-07-07 00:44 UTC
From: felipe@php.net Assigned: iliaa (profile)
Status: Closed Package: Filter related
PHP Version: 5.2CVS-2009-07-05 (CVS) OS: Linux
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: felipe@php.net
New email:
PHP Version: OS:

 

 [2009-07-05 17:13 UTC] felipe@php.net
Description:
------------
See below.

Tested with 5.2 and 5.3CVS.

Reproduce code:
---------------
var_dump(filter_var("-@a.-", FILTER_VALIDATE_EMAIL));

Expected result:
----------------
bool(false)

Actual result:
--------------
string(5) "-@a.-"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-06 14:59 UTC] sjoerd-php at linuxonly dot nl
Maybe already fixed while fixing bug #48718.
 [2009-07-07 00:44 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC