Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2019 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55070 invoked from network); 26 May 2003 19:06:40 -0000 Received: from unknown (HELO cs181147.pp.htv.fi) (213.243.181.147) by pb1.pair.com with SMTP; 26 May 2003 19:06:40 -0000 Received: from localhost (jani@localhost) by cs181147.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h4QJ6eU29658; Mon, 26 May 2003 22:06:40 +0300 X-Authentication-Warning: cs181147.pp.htv.fi: jani owned process doing -bs Date: Mon, 26 May 2003 22:06:38 +0300 (EEST) Sender: jani@cs181147.pp.htv.fi Reply-To: Jani Taskinen To: Melvyn Sopacua cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20030526125417.01e08df8@yoshimo.webtechs.idg.nl> Message-ID: References: <5.1.0.14.2.20030526125417.01e08df8@yoshimo.webtechs.idg.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] Enable LC_MESSAGES locale, when gettext is compiled From: sniper@iki.fi (Jani Taskinen) On Mon, 26 May 2003, Melvyn Sopacua wrote: >attached a small fix, for OS's who do not natively support the LC_MESSAGES >locale. What OSes might those be? >When on these platforms the gettext extension is compiled in, it is still >useless, since libintl.h is the one defining the locale. What is useless, this patch or gettext? >Tested and working, no side-effects observed. Feel free to commit to the 4_3 branch. --Jani