Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84871 invoked by uid 1010); 6 Jan 2007 15:55:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84854 invoked from network); 6 Jan 2007 15:55:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2007 15:55:57 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.168 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.168] ([66.249.92.168:24731] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/F8-01582-C86CF954 for ; Sat, 06 Jan 2007 10:55:57 -0500 Received: by ug-out-1314.google.com with SMTP id o4so498895uge for ; Sat, 06 Jan 2007 07:55:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gRZrr7XA0ZxonI9eDSWijzwWhcye3oFXrUHBnsG1ye43b+1AFfzU3dYZg5w/77oajgkDPG71u8xqN36d2LXTaaml4xim6rfthaLKsWEZ6AvsDssJTUlAA6PTGIS4B8wrH2RcpusFPoME4FKnsCw876GTFac7FEjCdC2lLfTMnK8= Received: by 10.78.204.20 with SMTP id b20mr4938498hug.1168098953482; Sat, 06 Jan 2007 07:55:53 -0800 (PST) Received: by 10.78.122.5 with HTTP; Sat, 6 Jan 2007 07:55:53 -0800 (PST) Message-ID: Date: Sat, 6 Jan 2007 16:55:53 +0100 To: "Andrei Zmievski" Cc: "Matt Wilmas" , "php-dev Internals" In-Reply-To: <0c40b8b1ed5f82a446e75461ff59b873@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <020801c725ce$fe9fe190$0201a8c0@pc1> <90c8af0c49a1264f019f15b797817313@gravitonic.com> <01c901c73002$591dc6e0$0201a8c0@pc1> <7b7100f58b16f2ada86e55f00f8abdbf@gravitonic.com> <010a01c730d4$02ac3a30$0201a8c0@pc1> <0c40b8b1ed5f82a446e75461ff59b873@gravitonic.com> Subject: Re: [PHP-DEV] The new printf implementation From: pierre.php@gmail.com (Pierre) Hello, On 1/5/07, Andrei Zmievski wrote: > Yes, POSIX locales should not be used either in internal or userland > printf() unless we're using en_US locale. I agree. This change is unlucky and as far as I can see we fix our tree instead of restoring the old behaviors. I'm not sure why this decision was taken but I do not consider it as a good one, there is many other extensions out there who rely on the printf behavior, we cannot change it just for "fun". --Pierre