diff options
author | Evan Prodromou <evan@status.net> | 2009-10-15 04:49:59 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-15 04:49:59 -0400 |
commit | c1c8daa021db8629ceb46d52c3907b4844fe865e (patch) | |
tree | 3658949e3ff4a9df3232cb4fc36e55096f591c0a /extlib/php-gettext/ChangeLog | |
parent | 2e3cda4da626a83d87a4c35814d6d01307dde5dc (diff) | |
parent | 6b5810f5d562260a0143446982bf22ef50298d80 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'extlib/php-gettext/ChangeLog')
-rw-r--r-- | extlib/php-gettext/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extlib/php-gettext/ChangeLog b/extlib/php-gettext/ChangeLog index 5e0949dfd..ab77d8081 100644 --- a/extlib/php-gettext/ChangeLog +++ b/extlib/php-gettext/ChangeLog @@ -1,3 +1,19 @@ +2006-02-28 Danilo Šegan <danilo@gnome.org> + + * gettext.php: Added some comments about these workarounds for + different PHP versions and architectures. + +2006-02-28 Danilo Šegan <danilo@gnome.org> + + Fixes bug #15923. + + * gettext.php (gettext_reader): make magic check work on 64-bit + platforms as well (by Steffen Pingel). + +2006-02-20 Danilo Šegan <danilo@gnome.org> + + * gettext.inc (_bindtextdomain): Use php_uname to detect Windows. + 2006-02-07 Danilo Šegan <danilo@gnome.org> * examples/pigs_dropin.php: comment-out bind_textdomain_codeset |