]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Include php-gettext 1.0.7 into extlibs; loading it up if native gettext extension...
authorBrion Vibber <brion@pobox.com>
Wed, 19 Aug 2009 03:59:18 +0000 (20:59 -0700)
committerCraig Andrews <candrews@integralblue.com>
Fri, 21 Aug 2009 20:01:51 +0000 (16:01 -0400)
commit5c21a371d61b4cd3dd125f2c43aa80c52c9c316d
tree4681bcf98b597d3c8405ed7a418d009bf5ab03ef
parent871903a319aab5704504991208d992fadb72fdf7
Include php-gettext 1.0.7 into extlibs; loading it up if native gettext 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
extlib/php-gettext/.DS_Store [new file with mode: 0644]
extlib/php-gettext/AUTHORS [new file with mode: 0644]
extlib/php-gettext/COPYING [new file with mode: 0644]
extlib/php-gettext/ChangeLog [new file with mode: 0644]
extlib/php-gettext/README [new file with mode: 0644]
extlib/php-gettext/gettext.inc [new file with mode: 0644]
extlib/php-gettext/gettext.php [new file with mode: 0644]
extlib/php-gettext/streams.php [new file with mode: 0644]
install.php
lib/common.php