php-validate 0.8.5-4.2 source package in Ubuntu

Changelog

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

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 04 Jan 2021 17:05:51 +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
Oracular release universe php
Noble release universe php
Mantic release universe php
Lunar release universe php
Jammy release universe php

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-validate_0.8.5-4.2.dsc 1.9 KiB 018554f6849daf5399f44a52d1b7375ae842bf53c727b69436e7f11e5005d2ca
php-validate_0.8.5.orig.tar.gz 21.3 KiB 0cdd2d45f9f0d76121563b6fb2a3437d98d10458ed24e42de783e48ee6561591
php-validate_0.8.5-4.2.debian.tar.xz 4.5 KiB 722c9d0d3e78a35a3f1e165862d65b1b525c564d7ee51131259edef790dc870a

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).