Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.6

Bug #11592 Email validation not working properly
Submitted: 2007-07-12 15:28 UTC
From: phirana Assigned: davidc
Status: Closed Package: Validate (version 0.7.0)
PHP Version: 5.2.2 OS: suse 10.2
Roadmaps: 0.8.0    
Subscription  


 [2007-07-12 15:28 UTC] phirana (Tim Bowler)
Description: ------------ When not including the domain, true is return rather than false Test script: --------------- $email = "tim@ere." var_dump($validateObj->email($email)); =>bool(true) Expected result: ---------------- =>bool(false)

Comments

 [2007-12-11 02:53 UTC] davidc (David Coallier)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.