Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9105 invoked from network); 25 Sep 2008 15:59:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2008 15:59:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia.cheishvili@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia.cheishvili@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.30 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ilia.cheishvili@gmail.com X-Host-Fingerprint: 74.125.44.30 yx-out-2324.google.com Received: from [74.125.44.30] ([74.125.44.30:27890] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/7C-46875-D75BBD84 for ; Thu, 25 Sep 2008 11:59:58 -0400 Received: by yx-out-2324.google.com with SMTP id 3so88868yxj.83 for ; Thu, 25 Sep 2008 08:59:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=yQIfsea5T7dJ4xpgpra6wE4nagQRM/637PT7GFKVsGo=; b=U06SC81suhFQ3OUMAyVbl8pwGI1qVD7cbRrW+Nw2PfC8oauEt2dDsdMCmLAigZEO9g nvB009n9Z5Dm4HQo3Kp8BwB6puKF+QRAqMP4SuEPeLLcZXW7Mj/nXfOVwvBJzs5U/2QI NkUsk8T0Bunhs7Sg7WEOnk7d5DG03PVf360dw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=J7dcIKmvGHCMlMg5M7A0cq3xogSLLTYsPq1EJzNGkq3lOe+bY9dn+Lr1CVv2hgLgg7 lVGvbz3SxRtXiyx2b0u5FLHpfSD3fuDMrp3iiB5eWdTt7VL15YvtXD6wgV7YES0NVOv6 1dx3b/wd+gCfWX+EtUw46L37YT6g57l3sHMXs= Received: by 10.151.40.3 with SMTP id s3mr94808ybj.204.1222358394999; Thu, 25 Sep 2008 08:59:54 -0700 (PDT) Received: by 10.151.144.11 with HTTP; Thu, 25 Sep 2008 08:59:54 -0700 (PDT) Message-ID: Date: Thu, 25 Sep 2008 09:59:54 -0600 To: jani.taskinen@iki.fi Cc: "PHP internals" In-Reply-To: <48DB2F60.3020404@sci.fi> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_132789_27297668.1222358394970" References: <48DB2F60.3020404@sci.fi> Subject: Re: [PHP-DEV] [PATCH] Fix Bug #46145 From: ilia.cheishvili@gmail.com ("Ilia Cheishvili") ------=_Part_132789_27297668.1222358394970 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline According to CVS, it has been that way since at least April of 2002. The last time anyone touched it was a year and a half ago to clean up whitespace. So you're right, this very well may be a "won't fix". In that case, let's mark it as such. Ilia On Thu, Sep 25, 2008 at 12:27 AM, Jani Taskinen wrote: > Ilia Cheishvili wrote: > >> Hey all, >> >> This patch addresses the *printf() bug when dealing with exponents (%e). >> See http://bugs.php.net/bug.php?id=46145 for more details. >> >> The patch is large because there were a lot of unit tests written to >> expect the wrong behavior, so I had to update them. I realize that there is >> the possibility that we might decide to label this as a "won't fix", but I >> figured I might as well put forth the effort :) >> > > You can always make separate patches (preferred) for tests and code > changes. :) > > When did it start misbehaving anyway? If it was like that all the time -> > wont fix, depending of course how long %e has existed.. > > --Jani > > ------=_Part_132789_27297668.1222358394970--