Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6164 invoked from network); 26 May 2003 12:41:47 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 26 May 2003 12:41:47 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id C784E40031; Mon, 26 May 2003 21:41:46 +0900 (JST) Received: from at.wakwak.com (z144.219-121-64.ppp.wakwak.ne.jp [219.121.64.144]) by at.wakwak.com (8.12.9/8.12.9/2003-03-31) with SMTP id h4QCfjH5012212; Mon, 26 May 2003 21:41:45 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Mon, 26 May 2003 21:44:45 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Melvyn Sopacua Cc: PHP Dev , Rasmus Lerdorf , Stig S=?ISO-2022-JP?B?GyRCa1UbKEI=?=her Bakken , Zeev Suraski Message-ID: <20030526214445dL'%1?@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <5.1.0.14.2.20030526125417.01e08df8@yoshimo.webtechs.idg.nl> References: <5.1.0.14.2.20030526125417.01e08df8@yoshimo.webtechs.idg.nl> Subject: Re: [PHP-DEV] [PATCH] Enable LC_MESSAGES locale, when gettext is compiled From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) I think this patch should go to the PHP_4_3 branch too. Moriyoshi Melvyn Sopacua wrote: > Hi, > > attached a small fix, for OS's who do not natively support the LC_MESSAGES > locale. > > When on these platforms the gettext extension is compiled in, it is still > useless, > since libintl.h is the one defining the locale. > > Tested and working, no side-effects observed. > > With kind regards, > > Melvyn Sopacua >