Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15891 invoked by uid 1010); 3 Nov 2004 23:40:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14674 invoked from network); 3 Nov 2004 23:40:18 -0000 Received: from unknown (HELO mailgate.mysql.com) (213.136.52.47) by pb1.pair.com with SMTP; 3 Nov 2004 23:40:18 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.mysql.com (8.12.10/8.12.10) with ESMTP id iA3Ne7o0014587; Thu, 4 Nov 2004 00:40:07 +0100 Received: from mail.mysql.com ([10.222.1.99]) by localhost (mailgate.mysql.com [10.222.1.98]) (amavisd-new, port 10026) with LMTP id 13010-03; Thu, 4 Nov 2004 00:40:07 +0100 (CET) Received: from [192.168.1.3] (mailsend.mysql.com [10.100.1.123]) (authenticated bits=0) by mail.mysql.com (8.12.10/8.12.10) with ESMTP id iA3Ne2uw029411; Thu, 4 Nov 2004 00:40:02 +0100 Message-ID: <41895CAB.50306@php.net> Date: Wed, 03 Nov 2004 23:33:15 +0100 Reply-To: hartmut@php-groupies.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: en, de MIME-Version: 1.0 To: Derick Rethans CC: Moriyoshi Koizumi , Klaus Reimer , internals@lists.php.net References: <41838C66.4040604@ailis.de> <8EF8081F-2D66-11D9-9893-000A95CE0C62@at.wakwak.com> <7DB3E200-2D7B-11D9-9893-000A95CE0C62@at.wakwak.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate.mysql.com Subject: Re: [PHP-DEV] localeconv not working From: hartmut@php.net (Hartmut Holzgraefe) Derick Rethans wrote: > On Wed, 3 Nov 2004, Moriyoshi Koizumi wrote: > >>I suppose the root of the problem is that the engine relies on >>strtod() that is affected by the locale settings. IIRC, >>there are some threads regarding this... I can't name one though. > > I think a much better solution would be to use our own "strtod" function > that isn't affected by locales then. I guess we could borrow a BSD > implementatino of it and modify this to our needs. so there are still locale dependant functions within the Engine? :(((( I thought we had finally eliminated these ... -- Hartmut Holzgraefe