Home » Validate » Validate_IS
Validation class for Iceland
This package is unmaintained.
Download latest release 0.3.1 (archived versions might be outdated)
License: New BSD
Description
Package containes locale validation for IS (Iceland) such as:
* SSN
* Postal Code
* Address
* Telephone
Maintainers
- Hannes Magnússon (bjori) — lead, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.0b1)
- ctype (extension)
Releases
- 0.3.1 (alpha, 2012-04-13)
Release notes
License: New BSD
QA release
Bug #19030 running test suite modifies data/IS_postcodes.txt (for PEAR QA team)
Bug #19031 remove error_reporting (for PEAR QA team) - 0.3.0 (alpha, 2010-10-10)
Release notes
License: New BSD
QA release
Bug #11824 phpcs/Coding Standards issues highlighted in IS.php
Bug #11864 test of postalCodes when run from CVS doesn't work
Bug #14867 Can't run unit tests from CVS without warnings - 0.2.0 (alpha, 2006-05-16)
Release notes
License: New BSD
- Validate_IS::ssn()
- Now uses ctype_digit() to check for all numbers
- Fixed bug in "var tala" calculation
- Validate_IS::postalCode()
- Allow user defined data directory
- $strong mode is now default false - BC BREAK!
- Now use retrived data even when data file is read-only (in $strong mode)
- Writes retrived data no matter when data file was last changed (in $strong mode)
- Deleted bogus entrys in the data file
- Fixed live data file (thanks to antab, arnar@8.is)
- Added extra parameter, $url, which allows user defined live data file
- Validate_IS::address()
- Initial commit
- Bump the dep to PHP 4.2+
- Ctype is now a required dep.
BC break:
- tel renamed to phoneNumber to confirm to the Validate standard - 0.1.1 (alpha, 2005-11-04)
Release notes
License: New BSD
- Switch to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php) - 0.1.0 (alpha, 2005-10-18)
Release notes
License: New BSD
Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #11824 | Closed | Bug | CVS | 2007-08-12 | phpcs/Coding Standards issues highlighted in IS.php |
| #11864 | Closed | Bug | 0.2.0 | 2007-08-19 | test of postalCodes when run from CVS doesn't work |
| #14867 | Closed | Bug | CVS | 2008-10-25 | Can't run unit tests from CVS without warnings |
| #19030 | Closed | Bug | 2011-11-14 | running test suite modifies data/IS_postcodes.txt (for PEAR QA team) | |
| #19031 | Closed | Bug | 2011-11-14 | remove error_reporting (for PEAR QA team) |