| PEAR Announce 2007-12-12, 7:05 pm |
| The new PEAR package Validate-0.8.1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
* Fix Bug #12658: New lines at end of file create output [davidc]
Package Info
------------
Package to validate various datas. It includes :
- numbers (min/max, decimal or not)
- email (syntax, domain check, rfc822)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max, rfc822 compliant)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)
Related Links
-------------
Package home: http://pear.php.net/package/Validate
Changelog: http://pear.php.net/package/Validate/download/0.8.1
Download: http://download.pear.php.net/package/Validate-0.8.1.tgz
Authors
-------
Amir Mohammad Saied <amirsaied@gmail.com> (lead)
David Coallier <davidc@agoraproduction.com> (lead)
|