Skip to content

Commit

Permalink
update readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Armstrong committed Mar 30, 2012
1 parent aa2ea9f commit 781e4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This package is a wrapper for the [is_email() function](http://isemail.info/about) for the [FuelPHP Framework](http://fuelphp.com/).

The ```Validation``` class in FuelPHP uses PHP's [filter_var() function](http://php.net/manual/en/function.filter-var.php) method which may not be as accurate as ```is_email()```, though I imagine this only causes problems in extreme cases that aren't likely to happen, but still, it is worth doing things in the best way that you can.
The ```Validation``` class in FuelPHP uses PHP's [filter_var() function](http://php.net/manual/en/function.filter-var.php) which may not be as accurate as ```is_email()```, though I imagine this only causes problems in extreme cases that aren't likely to happen, but still, it is worth doing things in the best way that you can.

*TODO: Links to reports comparing ```is_email()``` and ```filter_var()``` for accuracy and performance on PHP 5.2.x/5.3.x/5.4.x to come soon.*
*TODO: Links to reports comparing ```is_email()``` and ```filter_var()``` for accuracy and performance on PHP 5.3.x/5.4.x to come soon.*


## Install
Expand Down

0 comments on commit 781e4a6

Please sign in to comment.