Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36266 invoked by uid 1010); 22 Dec 2006 15:31:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36251 invoked from network); 22 Dec 2006 15:31:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2006 15:31:38 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.248 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 209.85.132.248 an-out-0708.google.com Received: from [209.85.132.248] ([209.85.132.248:47869] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/42-17044-63AFB854 for ; Fri, 22 Dec 2006 10:31:38 -0500 Received: by an-out-0708.google.com with SMTP id c28so965836ana for ; Fri, 22 Dec 2006 07:30:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=MpA30bmuOnwhhmh3QqRX9xkYBYk+UjOR6k3ctV4J5JsfluVU1o96E3jEeEQsHiLkl8k5mmLWwns1T/KdfCR1b+3GZu+4PTaBdsUCGPUMX9rD2GuOyLrrN+Alshrkpmm/no0ygwU/MZ9/BRmDwNqu3Cw/7C3ex87YYtGlh3XUKds= Received: by 10.65.154.4 with SMTP id g4mr11193433qbo.1166801459098; Fri, 22 Dec 2006 07:30:59 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id d2sm13027035qbc.2006.12.22.07.30.57; Fri, 22 Dec 2006 07:30:58 -0800 (PST) In-Reply-To: <01c501c725c3$8c6c32a0$0201a8c0@pc1> References: <01c501c725c3$8c6c32a0$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: Content-Transfer-Encoding: 7bit Date: Fri, 22 Dec 2006 10:30:55 -0500 To: Matt Wilmas X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] [PATCH] *printf %e bug (36392) From: ilia@prohost.org (Ilia Alshanetsky) Matt, The patch was applied, thanks. On 22-Dec-06, at 7:20 AM, Matt Wilmas wrote: > Hi, > > Using the %e format specifier in the *printf() functions gives one > less > decimal place than it should. The recent *printf changes only > happened to > fix the problem when precision is 0. The new %E works correctly, > which is > obvious from the code. :-) Anyway, the attached patches remove the > few > problem lines. > > BTW, should there be a NEWS entry about the addition of %g, %G, and > the > previously missing %E (uppercase)? If I wasn't following the changes, > that's something I'd want to see... :-) > > > Matt > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Ilia Alshanetsky