summaryrefslogtreecommitdiff
path: root/extlib/php-gettext
AgeCommit message (Collapse)Author
2009-10-16Fix a logic error in php-gettext's setlocale() check; if setlocale() failed ↵Brion Vibber
to return, we fall back to checking LANG environment variable. Now actually works when doing a setlocale *check* instead of a *set*. Submitting fix upstream, but as the package is currently unmaintained it may not make it in.
2009-10-13Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)Brion Vibber
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19
2009-08-21kill stupid Finder metadata file that made it into my checkin presumably due ↵Brion Vibber
to 'git add php-gettext' deciding to find all hidden files in the directory for me :P
2009-08-21Tweak to php-gettext stream reader; initialize local variable before ↵Brion Vibber
appending data to it to avoid triggering an E_NOTICE message.
2009-08-21Include php-gettext 1.0.7 into extlibs; loading it up if native gettext ↵Brion Vibber
extension is not present. This provides a pure PHP implementation of the gettext functions. This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed. Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules. Source: http://savannah.nongnu.org/projects/php-gettext Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch> GPLv2 or later