Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76334 invoked from network); 8 Apr 2014 03:42:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Apr 2014 03:42:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:54905] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/95-41229-41073435 for ; Mon, 07 Apr 2014 23:42:13 -0400 Received: by mail-wg0-f46.google.com with SMTP id b13so329036wgh.29 for ; Mon, 07 Apr 2014 20:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZlL/6U2Icc5TaM+qE/hPciNBV3/YMuXXd1odlLRkS2Q=; b=vyv5jsojxlQ3THk+L+kudfk0lAtRWg0TKnxrbrsL4yyFGHYy8C7paQz0L1GEHlzFsD zPZTP95joSpnWneyeI7C3VZfbeNkC+/XAH0PXm/yI1YlE6tj/ftbHJ2lcmZGMFnZyRhi z0z4PjFOZBnrTipQH3FIa4e0uvArg1AAcNvTekLlXFfWr5+944dM61qIGAnD2V/7XaaD PNqbBHWiF0XV6hdGXZVP5Oqq8ikzM6gi4+FPZlYBU3g6oMz2Op6eF8S+j9/Odo4jEIWV cWKWfW3JIiOIOuwGizCNIvXreD9xS3uCu4Kpw/EXcZivAd4CFgwEREWCUpWqPiFShyA0 kUAA== X-Received: by 10.194.87.163 with SMTP id az3mr137450wjb.63.1396928529968; Mon, 07 Apr 2014 20:42:09 -0700 (PDT) Received: from [192.168.0.2] (cpc19-brig17-2-0-cust25.3-3.cable.virginm.net. [81.101.201.26]) by mx.google.com with ESMTPSA id mw3sm101340wic.7.2014.04.07.20.42.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Apr 2014 20:42:09 -0700 (PDT) Message-ID: <53437011.5000702@gmail.com> Date: Tue, 08 Apr 2014 04:42:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: internals@lists.php.net References: <533C0713.9070106@eliw.com> <1FBF3DEA-B8F6-4064-A2B3-2FA68D2A9F07@gmail.com> <4BE0BD29-5815-4F14-9D89-E8D2DD2737BF@seancoates.com> <533C582F.1030509@eliw.com> <533CF43E.4060600@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] About PHP6 ... From: rowan.collins@gmail.com (Rowan Collins) On 03/04/2014 07:46, Kris Craig wrote: > Man, this'll make it especially fun for developers trying to require a > minimum version in their code.... Yep, that's much less confusing. I know this was the punchline to your joke, but just to sneak in a serious point about exactly how little difference this makes on a technical level - 7.0 is higher than 5.6 in any sane comparison. Come to that, it's higher than 6.0, too, so go ahead and set 6.0 as your minimum version, and let people find a 7.0 binary to fulfil it! -- Rowan Collins [IMSoP]