Download project files

How do I verify a download?


110 of 13 releases

1.0.12 release from the trunk series released

Release information
Release notes:

This release includes a fix for potential security issue allowing code injection into the ngettext family of calls: evaluating the plural form formula can execute arbitrary code if number is passed unsanitized from the untrusted user. php-gettext will now throw an exception if the value being passed in is not a number, thus supporting good programming practices: always validate user input at the point of "entry".

Long-committed but never released fix for bug 734494 is also included.

Changelog:

Security fix for potential code injection bug (#1515334).
Do not assume mbstring functions are always there, pass text through if they aren't (#734494).

File Description Downloads
download icon php-gettext-1.0.12.tar.gz (md5, sig) 1.0.12 release 10,729
last downloaded 2 days ago
Total downloads: 10,729

1.0.11 release from the trunk series released

Release information
Release notes:

Fixes a few problems in emulation functions for gettext interfaces.

File Description Downloads
download icon php-gettext-1.0.11.tar.gz (md5, sig) 1.0.11 release 33,289
last downloaded today
Total downloads: 33,289

1.0.10 release from the trunk series released

Release information
Release notes:

Includes fixes for several bugs included deprecation warnings and non-strict error messages, new unit tests for small bits of code, and experimental pgettext support.

File Description Downloads
download icon php-gettext-1.0.10.tar.gz (md5) 1.0.10 release 1,769
last downloaded 13 weeks ago
Total downloads: 1,769

1.0.9 release from the trunk series released

Release information
Release notes:

This release incorporates a few E_STRICT fixes, improved plural form expression parsing (making it more compatible with standard GNU gettext behaviour), and better locale fallbacks (again, making them more compatible with standard gettext).

File Description Downloads
download icon php-gettext-1.0.9.tar.gz (md5, sig) Main distribution 901
last downloaded 8 weeks ago
Total downloads: 901

1.0.8 release from the trunk series released

Release information
Release notes:

Fix a long standing endianness detection through magic number bug, frequently broken with PHP bugs.

File Description Downloads
download icon php-gettext-1.0.8.tar.gz (md5) 1.0.8 release 89
last downloaded 14 weeks ago
Total downloads: 89

1.0.7 release from the trunk series released

Release information
Changelog:

2006-02-07 Danilo Šegan <email address hidden>

 * examples/pigs_dropin.php: comment-out bind_textdomain_codeset

 * gettext.inc (T_bind_textdomain_codeset): bind_textdomain_codeset
 is available only in PHP 4.2.0+ (thanks to Jens A. Tkotz).

 * Makefile: Include gettext.inc in DIST_FILES, VERSION up to
 1.0.7.

2006-02-03 Danilo Šegan <email address hidden>

 Added setlocale() emulation as well.

 * examples/pigs_dropin.php: Use T_setlocale() and locale_emulation().
 * examples/pigs_fallback.php: Use T_setlocale() and locale_emulation().

 * gettext.inc: Added globals $EMULATEGETTEXT and $CURRENTLOCALE.
 (locale_emulation): Whether emulation is active.
 (_check_locale): Rewrite.
 (_setlocale): Added emulated setlocale function.
 (T_setlocale): Wrapper around _setlocale.
 (_get_reader): Use variables and _setlocale.

File Description Downloads
download icon php-gettext-1.0.7.tar.gz (md5) Main distribution 322
last downloaded 21 weeks ago
Total downloads: 322

1.0.6 release from the trunk series released

Release information
Changelog:

2006-02-02 Danilo Šegan <email address hidden>

 Fix bug #12192.

 * examples/locale/sr_CS/LC_MESSAGES/messages.po: Correct grammar.
 * examples/locale/sr_CS/LC_MESSAGES/messages.mo: Rebuild.

2006-02-02 Danilo Šegan <email address hidden>

 Fix bug #15419.

 * streams.php: Support for PHP 5.1.1 fread() which reads most 8kb.
 (Thanks to Shot on Savannah)

2006-02-02 Danilo Šegan <email address hidden>

 Merge Steven Armstrong's changes, supporting standard gettext
 interfaces:

 * examples/*: Restructured examples.
 * gettext.inc: Added.
 * AUTHORS: Added Steven.
 * Makefile (VERSION): Up to 1.0.6.

2006-01-28 Nico Kaiser <email address hidden>

 * gettext.php (select_string): Fix "true" <-> 1 difference of PHP

File Description Downloads
download icon php-gettext-1.0.6.tar.gz (md5) Main distribution 65
last downloaded 13 weeks ago
Total downloads: 65

1.0.5 release from the trunk series released

Release information
Changelog:

2005-07-29 Danilo Šegan <email address hidden>

 * Makefile (VERSION): Up to 1.0.5.

2005-07-29 Danilo Šegan <email address hidden>

 Fixes bug #13850.

 * gettext.php (gettext_reader): check $Reader->error as well.

File Description Downloads
download icon php-gettext-1.0.5.tar.gz (md5) Main distribution 67
last downloaded 22 weeks ago
Total downloads: 67

1.0.4 release from the trunk series released

Release information
Changelog:

2005-07-29 Danilo Šegan <email address hidden>

 * Makefile (VERSION): Up to 1.0.4.

2005-07-29 Danilo Šegan <email address hidden>

 Fixes bug #13771.

 * gettext.php (gettext_reader->get_plural_forms): Plural forms
 header extraction regex change. Reported by Edgar Gonzales.

File Description Downloads
download icon php-gettext-1.0.4.tar.gz (md5) Main distribution 58
last downloaded 13 weeks ago
Total downloads: 58

1.0.3 release from the trunk series released

Release information
Changelog:

2005-02-28 Danilo Šegan <email address hidden>

 * AUTHORS: Added Nico to the list.

 * Makefile (VERSION): Up to 1.0.3.

 * README: Updated.

2005-02-28 Danilo Šegan <email address hidden>

 * gettext.php: Added pre-loading, code documentation, and many
 code clean-ups by Nico Kaiser <email address hidden>.

2005-02-28 Danilo Šegan <email address hidden>

 * streams.php (FileReader.read): Handle read($bytes = 0).

 * examples/pigs.php: Prefix gettext function names with T or T_.

 * examples/update: Use the same keywords T_ and T_ngettext.

 * streams.php: Added CachedFileReader.

2003-11-11 Danilo Šegan <email address hidden>

 * gettext.php: Added hashing to find_string.

File Description Downloads
download icon php-gettext-1.0.3.tar.gz (md5) Main distribution 70
last downloaded 13 weeks ago
Total downloads: 70

110 of 13 releases