php-league-uri-src 7.4.0-3 source package in Ubuntu

Changelog

php-league-uri-src (7.4.0-3) unstable; urgency=medium

  * Don’t test fromNative on 32-bit architectures

 -- David Prévot <email address hidden>  Mon, 04 Mar 2024 10:43:46 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-league-uri-src_7.4.0-3.dsc 2.2 KiB b6029bf55808eb247056d811036ad09ac69ddab75b067f31ce4463fafea7a1ff
php-league-uri-src_7.4.0.orig.tar.xz 188.5 KiB fa1a8e650ffbc63e3375d7a588f775ccb089c4d2b726f112f5f4452fdef5838d
php-league-uri-src_7.4.0-3.debian.tar.xz 12.6 KiB f5b37552e4fbbbb77c58b5f4c86a25f5ef8a1d8ed04fac2c023098a3b6790ad9

Available diffs

No changes file available.

Binary packages built by this source

php-league-uri: URI manipulation library

 The `Uri` package provides simple and intuitive classes to manage URIs in PHP.
 .
 Features include:
 .
  * parse, build and resolve URIs;
  * create URIs from different sources (string, PHP environment, base URI,
    URI template, etc.);
  * handle internalisation;
  * infer properties and features from URIs;

php-league-uri-components: URI components manipulation library

 This package contains concrete URI components instances represented as
 immutable value objects.

php-league-uri-interfaces: Common interfaces and classes for URI representation and interaction

 This package contains an interface to represents URI objects according to
 RFC 3986.