php-gettext 1.0.11-1 source package in Ubuntu

Changelog

php-gettext (1.0.11-1) unstable; urgency=low


  * New Upstream version
    + Using php-gettext in E_STRICT mode displays warning (Closes: #639352)
  * Fixed watch file
  * Minimizing rules file
  * phpunit FTBFS, so I'm ignoring it in Makefile
    + See #628349 and #607372 for details.
  * Updated Standards-Version to 3.9.3
    + Machine-readable debian/copyright version 1.0

 -- Marcelo Jorge Vieira (metal) <email address hidden>  Thu, 08 Mar 2012 19:54:30 -0300

Upload details

Uploaded by:
Marcelo Jorge Vieira
Uploaded to:
Sid
Original maintainer:
Marcelo Jorge Vieira
Architectures:
all
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-gettext_1.0.11-1.dsc 1.9 KiB a532691701111ee5af410db9be554d0bb4550cb1f12a5ac541ac7bd33233b734
php-gettext_1.0.11.orig.tar.gz 20.4 KiB b6b46622b5f88692d0424598633d08c987121c66b7da69ed50254073d2e387e9
php-gettext_1.0.11-1.debian.tar.gz 3.9 KiB fa81a75d704f6eb3c09d313eaa9ecac2c96cb31facca1edd838b5451a44fb7ba

No changes file available.

Binary packages built by this source

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.