Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79116 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21065 invoked from network); 24 Nov 2014 05:29:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2014 05:29:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.169 mail-lb0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:63430] helo=mail-lb0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/00-18841-E42C2745 for ; Mon, 24 Nov 2014 00:29:51 -0500 Received: by mail-lb0-f169.google.com with SMTP id p9so5758711lbv.14 for ; Sun, 23 Nov 2014 21:29:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=8HJmFO5/yBe6aqOttzE3QbVkPX/5BBLuwQ8KQH5UHac=; b=jD/KZjDAYpCx8EZvAR1tzjG//9gFrv2O+T1CLf/J4RdvETi3lKUtxkf/MIFJusAhds IKaclXuPxC6L/zkJMyzORTFDqbB6oTu3AE3LOeK8oN8njTM4BxZ5iJACiRc5FRbspqTh tWbZFabt8XfAWNLlHw9Qq6uCYiynhLCIqdgfKQyRU9eW7vELF7l2kPngl/MU72Ze7uqA u2TzA6EAMXEZhVdlhbhQ0OgxKDpJQj3sfhN8IDWMVq+jIyNbSXjqNQwqI+bqi3PogCEW yZPSLHBAi+05ia/hU0Tzup0AoriqaEnFTFn05cGwDZgt+mkjgB9o+3Ul7NPVlSyQL2nG +JFg== X-Gm-Message-State: ALoCoQnuWvZGIY2X7wo6vG+5I3zArvA02m1U2JybSwxXfrWPAPt4CmiJogapWarLWkjLhu6gJnv7zIe7zlYp2msuWSiqvMLiq1kvXptSa0JjzQKL8D/TcNemUdiBKjg6ivKVbhpYXO4/3okMy/gSZi3xvcRIkaLSFQ== X-Received: by 10.152.203.137 with SMTP id kq9mr18311343lac.51.1416806988295; Sun, 23 Nov 2014 21:29:48 -0800 (PST) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com. [209.85.215.44]) by mx.google.com with ESMTPSA id z6sm215755lae.2.2014.11.23.21.29.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Nov 2014 21:29:46 -0800 (PST) Received: by mail-la0-f44.google.com with SMTP id ge10so7023837lab.3 for ; Sun, 23 Nov 2014 21:29:46 -0800 (PST) X-Received: by 10.152.22.135 with SMTP id d7mr18404387laf.46.1416806986319; Sun, 23 Nov 2014 21:29:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Sun, 23 Nov 2014 21:29:26 -0800 (PST) In-Reply-To: <47A69FC3-2DAF-492E-B780-F203211E531F@ajf.me> References: <47A69FC3-2DAF-492E-B780-F203211E531F@ajf.me> Date: Mon, 24 Nov 2014 13:29:26 +0800 Message-ID: To: Andrea Faulds Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Zend Engine 3 From: laruence@php.net (Xinchen Hui) Hey: On Mon, Nov 24, 2014 at 8:10 AM, Andrea Faulds wrote: > Good evening, > > Since phpng, int64, and perhaps other future changes in PHP 7 are a prett= y big change, I think we ought to bump the major version number of the Zend= Engine, from Zend Engine 2 to Zend Engine 3. > > I have a pull request open which would do this, although it needs updatin= g to correct extensions checking for ZEND_ENGINE_2: https://github.com/php/= php-src/pull/829 > > Are there any objections to the idea? I realise work on the engine isn=E2= =80=99t done, but that doesn=E2=80=99t mean we can=E2=80=99t name the new v= ersion. After all, we=E2=80=99ve named PHP 7, and it doesn=E2=80=99t exist = yet, either. it's not objection! what I was saying is, it must be done before 7 release cycle start. then expose it for ext developers, we will do it in a proper time(it's a small change, we can do in in anytime). I can not guarantee engine won't change anymore, (like your bigint patch or something else)... I don't understand why you rush for it. any work of you depends the number bumping? after all, let me say again, no objection, but feel a little improper do i= t now thanks > > Thoughts? > -- > Andrea Faulds > http://ajf.me/ > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --=20 Xinchen Hui @Laruence http://www.laruence.com/