Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5537 invoked from network); 29 Jul 2008 14:08:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 14:08:47 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.31 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 74.125.46.31 yw-out-2324.google.com Received: from [74.125.46.31] ([74.125.46.31:12100] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/27-24886-D642F884 for ; Tue, 29 Jul 2008 10:08:45 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1433778ywb.83 for ; Tue, 29 Jul 2008 07:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=mFsZtHeIy26eQdoMm8roRURIF6XuSEPEJxHlgaaA78c=; b=q7Nbuf2bTjbhiD6E5esdiFoWXDOSpIlmLEq1PA6/Jw7Deia7CIoIkZwiYpD7WaUc0w oqOC02aX57YpVESXSYCmci/Y1CVNwT8QidtWJRuEC/CpQP3MBRBRe8Ak749fX/PsPyRj Uz2S82k0VLC7FjZzY+6cx5HzY8XrQz3dcXN6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=dyBNzEzB1etSdIZqNuLP76zfirIX8Hmi1DIAHCvVlPrb/5oOBNCUvwqilPOucTqUj4 AD26uKVtEDWK+6h9xJfHPAeLextE85RoulAIkXyk1Ex79oWlYYKrdeZeLei/bXx4j54H ha87L2kLQ6i4yRxg1RysHiAqE5J5viYkHnyHQ= Received: by 10.114.133.1 with SMTP id g1mr6585810wad.149.1217340522082; Tue, 29 Jul 2008 07:08:42 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id 58sm19738280rnw.7.2008.07.29.07.08.40 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Jul 2008 07:08:40 -0700 (PDT) To: internals@lists.php.net Date: Tue, 29 Jul 2008 16:07:06 +0200 User-Agent: KMail/1.9.9 References: <488E204C.9010809@zend.com> <488E242F.3090407@sci.fi> <488E35F9.2010808@zend.com> In-Reply-To: <488E35F9.2010808@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200807291607.06434.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c] From: arnaud.lb@gmail.com ("Arnaud Le Blanc") On Monday 28 July 2008 23:11:21 Stanislav Malyshev wrote: > Hi! > > > The problem was experienced by 5 persons at least. > > How many persons is not very important, what important is how many > different compilers they used and how recent those are, in other words - > how frequently you could hit this bug in the wild. If it's just some > pre-release of Mandrake - then it's probably not that important. If it's > some widely used distro - then we'd better be on the safe side, just in > case, or at least put an error message into the code. > > > It was reported to happen with GCC 4.2.1..but is that recent enough? > > 4.2.1 prerelease as it seems. 4.1.2 doesn't seem to have this problem. > I'm not sure I have any machine with 4.2.1 around, but probably somebody > on the list does :) > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > > Hi, On Debian with 4.1.3, 4.2.4, and 4.3.1, not reproducible. On Mandriva with 4.2.2 and 4.2.3 this is reproducible. Regards, Arnaud