Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68077 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34563 invoked from network); 8 Jul 2013 17:14:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2013 17:14:05 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Linux 2.6 Received: from [93.190.64.238] ([93.190.64.238:47592] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/62-18779-B53FAD15 for ; Mon, 08 Jul 2013 13:14:04 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id 61F7B3A33D for ; Mon, 8 Jul 2013 19:14:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1nYem6bG9Iu6 for ; Mon, 8 Jul 2013 19:14:01 +0200 (CEST) Received: from [192.168.2.66] (p5DD68691.dip0.t-ipconnect.de [93.214.134.145]) (Authenticated sender: sb@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id 7EFEA3A337 for ; Mon, 8 Jul 2013 19:14:00 +0200 (CEST) Message-ID: <51DAF355.9010802@php.net> Date: Mon, 08 Jul 2013 19:13:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: internals@lists.php.net References: <51D97BC0.9010102@php.net> <51D9814F.4040005@php.net> <51DAEED1.2010800@oracle.com> In-Reply-To: <51DAEED1.2010800@oracle.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-debug and GCC 4.8 / -Og From: sebastian@php.net (Sebastian Bergmann) On 07/08/2013 06:54 PM, Christopher Jones wrote: > Your test logic needs fixing. It should be like: "if ((major > 4) || > (major == 4 && minor >= 8))" Thank you, Chris, for pointing this out. I have updated the gist.