Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56031 invoked from network); 21 Jul 2014 09:17:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2014 09:17:00 -0000 Authentication-Results: pb1.pair.com header.from=phpwnd@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=phpwnd@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.43 as permitted sender) X-PHP-List-Original-Sender: phpwnd@gmail.com X-Host-Fingerprint: 209.85.216.43 mail-qa0-f43.google.com Received: from [209.85.216.43] ([209.85.216.43:51947] helo=mail-qa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/B0-51736-B8ADCC35 for ; Mon, 21 Jul 2014 05:17:00 -0400 Received: by mail-qa0-f43.google.com with SMTP id w8so4842296qac.2 for ; Mon, 21 Jul 2014 02:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P4aQECRKZXHlWVvBER1c8XODhhzRVWwrVOUsVGALC7g=; b=JfzacJUF/ydjrsYiTxnxIKWH2oewLtVLA2gx2uV1RsEzcM91TfSK604seXVD3f3SVt B0+INZPitsaD6Rg/EbJwpjbXp9H7TzEYKa+SZ/FLkgd70YRKTVWuvdSfP5SXB97V1k+E EtnlRMLcsFARlDn6RZ41TwmDLJTDdu1U10UgSKKYD8vERVFtRMnIbXo3K2RDUSVdr4hE ssubmIUo+6uZ1DGCXqwTP0LSKpSqWlVpcXnZHZ53/zdmv2SnpHYm6laadJsQPYi/8qLe NZ9JhDcTmTFBSYMFNn0z3emA5jTBJzNtZMASLxuoikTm1CgK/2FfCAKIY4x6EGxQyXeJ p9Vw== MIME-Version: 1.0 X-Received: by 10.140.107.131 with SMTP id h3mr37404422qgf.83.1405934217309; Mon, 21 Jul 2014 02:16:57 -0700 (PDT) Received: by 10.140.92.146 with HTTP; Mon, 21 Jul 2014 02:16:57 -0700 (PDT) In-Reply-To: <2de3e71e35addbf16b2dc622f4c81eff@mail.gmail.com> References: <2de3e71e35addbf16b2dc622f4c81eff@mail.gmail.com> Date: Mon, 21 Jul 2014 11:16:57 +0200 Message-ID: To: Zeev Suraski Cc: Julien Pauli , Pierre Joye , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RFC: Move phpng to master From: phpwnd@gmail.com (JoshyPHP) On 21/07/2014, Zeev Suraski wrote: > Regarding Dmitry saying that phpng is an experimental branch - that was a > couple of months ago. It evolved, it runs apps in parity with 5.6, and > it's > fine to move it to master right now. Perhaps you could write a summary of what's changed since phpng was uncovered a couple of months ago? (besides better performance and greater compatibility with existing PHP) And also update the existing RFC with the benefits of merging this branch to master, as opposed to describing the inconvenience of not merging it. I'm sure that would help keep the discussion on topic and grounded in fact.