php-gettext 1.0.12-6 source package in Ubuntu

Changelog

php-gettext (1.0.12-6) unstable; urgency=medium

  * Team upload.
  * Add support for phpunit 10 (Closes: #1039779)
  * Bump Standards-Version to 4.6.2

 -- Athos Ribeiro <email address hidden>  Sun, 02 Jul 2023 11:31:05 -0300

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-gettext_1.0.12-6.dsc 2.0 KiB 9f4389a62eeeb7ab1f0a0dba72740617e19b020b37111861fbc467e5b9bfe3ae
php-gettext_1.0.12.orig.tar.gz 20.8 KiB 22bf4aaece5c186c16904ea80cac647f6974917c3046e7f1bf851e03a02cc8f5
php-gettext_1.0.12-6.debian.tar.xz 15.0 KiB c5216f3bf4b4b2614309202bdcde439082079c86f5ff5728733409ab01abefe7

Available diffs

No changes file available.

Binary packages built by this source

php-php-gettext: read gettext MO files directly, without requiring anything other than PHP

 The GNU gettext library is a widely used localization library, but in
 order to use it with the PHP language, the system has to support the
 desired locale, and library itself must be installed.
 .
 Since this is not always the case, PHP-gettext has been developed to be
 able to read gettext MO files directly, without requiring anything other
 than PHP.
 .
 Currently, it's usable if you develop most of the infrastructure for
 choosing language on your own, because it's possible to use both
 gettext() and ngettext() calls. In the near future, it should also be
 fully compatible drop-in replacement for all of gettext functionality
 written in PHP.