Name: | php-pear-Validate |
---|---|
Version: | 0.8.5 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 84256 |
License: | BSD |
RPM: | php-pear-Validate-0.8.5-6.el7.noarch.rpm |
Source RPM: | php-pear-Validate-0.8.5-6.el7.src.rpm |
Build Date: | Sun Nov 05 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pear.php.net/package/Validate |
Summary: | Validation Class for Various Data Types |
Description: | Package to validate various data. It includes : - numbers (min/max, decimal or not) - email (syntax, domain check, rfc822) - string (predefined type alpha upper and/or lowercase, numeric,...) - date (min, max) - uri (RFC2396) - possibility valid multiple data with a single method call (::multiple) |
- fix metadata location
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- rebuilt for new pear_testdir
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Version 0.8.5 (beta) - API 0.7.0 (beta) - QA release - removed merged patch
- doc in /usr/share/doc/pear
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- display failed tests - test suite broken in mock (domain check)
- upstream approved patches for https://pear.php.net/bugs/17947 and https://pear.php.net/bugs/17948 - run test suite during %check