newsPHP gettext - News

 
 
Show details for the latest news.

Latest News Approved
Moved to Launchpad, 1.0.8 out
     posted by bascelik, Sun 29 Nov 2009 07:44:22 PM UTC

PHP-gettext has moved to Launchpad.net: https://launchpad.net/php-gettext/

There was also 1.0.8 release, and I'll be going over all the submissions here and transferring what seems useful to Launchpad.

More goodness in php-gettext 1.0.7
     posted by bascelik, Tue 07 Feb 2006 09:58:39 PM UTC

php-gettext 1.0.7 is out providing more goodness to emulation layer.

Instead of requiring you to use LANG environment variable, you should now use T_setlocale() to replace your setlocale() calls.  For maximum portability, you should also replace all your gettext calls with the same calls prefixed with "T_": it won't sacrifice speed [...]

php-gettext 1.0.6 out in the wild!
     posted by bascelik, Thu 02 Feb 2006 08:26:31 PM UTC

Time for a new php-gettext release!

This one includes a fix by Nico Kaiser (this time for plural forms handling), and a couple of simple anonymous fixes from Savannah bug tracker.

But the biggest news is that I finally integrated Steven Armstrong's complete standard gettext API emulation (the patch has been sitting on my system for almost [...]

PHP-gettext 1.0.5 released
     posted by bascelik, Fri 29 Jul 2005 06:23:18 AM UTC

PHP gettext 1.0.4 and 1.0.5 were released fixing all important bugs in code (I was too quick in releasing 1.0.4, so I followed it up with 1.0.5).

The most important bugfix is handling of plural-forms header field with some unusual, yet valid PO files.

Bug fixes:
  https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=13771
  https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=13850

New PHP-gettext "May speed by thy name" 1.0.3 is available!
     posted by bascelik, Mon 28 Feb 2005 09:44:34 AM UTC

Nico Kaiser <nico siriux net> has done tremendous work in improving speed performance of PHP gettext, and his work is now available in the latest PHP gettext tarball:

http://savannah.nongnu.org/download/php-gettext/php-gettext-1.0.3.tar.gz

If code is any more readable now, it's also thanks to Nico, so send him a cheer!

There're several other fixes (notably, PHP5 compatibility, due to a PHP5 bug), so start spreading the joy to the masses!

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code