ID:               49441
 Updated by:       il...@php.net
 Reported By:      andrew at ajohnstone dot com
-Status:           Open
+Status:           Closed
 Bug Type:         *General Issues
 Operating System: Debian
 PHP Version:      5.2.10
 New Comment:

This bug has been fixed in SVN.

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.




Previous Comments:
------------------------------------------------------------------------

[2009-09-02 11:57:31] andrew at ajohnstone dot com

Description:
------------
var_dump(filter_var('and...@bb1.gateway.2wire.net',FILTER_VALIDATE_EMAIL));
bool(false)

var_dump(filter_var('and...@debian.gateway.2wire.net',FILTER_VALIDATE_EMAIL));
bool(false)

php -v PHP 5.2.10-2 


Reproduce code:
---------------
var_dump(filter_var('and...@bb1.gateway.2wire.net',FILTER_VALIDATE_EMAIL));
var_dump(filter_var('and...@debian.gateway.2wire.net',FILTER_VALIDATE_EMAIL));


Expected result:
----------------
string(28) "and...@bb1.gateway.2wire.net"
string(31) "and...@debian.gateway.2wire.net"

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49441&edit=1

Reply via email to