php-validate 0.8.5-4 source package in Ubuntu

Changelog

php-validate (0.8.5-4) unstable; urgency=medium


  * Rebuilt against pkg-php-tools 1.11

 -- Dario Minnucci <email address hidden>  Sat, 08 Feb 2014 20:55:46 +0100

Upload details

Uploaded by:
Dario Minnucci
Uploaded to:
Sid
Original maintainer:
Dario Minnucci
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-validate_0.8.5-4.dsc 1.8 KiB 18b0567c063d0ac243855a808e763f29a11174ab158e32b1852de3cd3de525d3
php-validate_0.8.5.orig.tar.gz 21.3 KiB 0cdd2d45f9f0d76121563b6fb2a3437d98d10458ed24e42de783e48ee6561591
php-validate_0.8.5-4.debian.tar.xz 4.4 KiB cc476805c4598ca0a15b3dcf9f0d797e5e9a4a5d6a4f1c0e12e7bb4282d5e583

Available diffs

No changes file available.

Binary packages built by this source

php-validate: validation class

 This package provides a PEAR package for validating data, including:
  * numbers (min/max, decimal or not);
  * email (syntax, domain check, RFC 822 compliance);
  * strings (predefined type alpha upper and/or lowercase, numeric, etc.);
  * dates (min/max, RFC 822 compliance);
  * URIs (RFC 2396 compliance).
 Multiple checks can be performed by a single method call (::multiple).