diff options
author | Brion Vibber <brion@pobox.com> | 2009-10-13 14:51:23 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-10-13 14:55:47 -0700 |
commit | d1e70b4e37149e09b2189957e2a869b4014a05c5 (patch) | |
tree | 55b04ee08868e6150301a8abb2aba4f1a5b7ecee /extlib/php-gettext/ChangeLog | |
parent | ed1ff81e948ca576ed439178c7d6482a09dc4140 (diff) |
Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
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
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 |