Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67851 invoked from network); 6 Aug 2014 13:19:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2014 13:19:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:35602] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/C9-13038-65B22E35 for ; Wed, 06 Aug 2014 09:19:18 -0400 Received: by mail-vc0-f179.google.com with SMTP id hq11so3965218vcb.10 for ; Wed, 06 Aug 2014 06:19:46 -0700 (PDT) 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:date :message-id:subject:from:to:cc:content-type; bh=cVasNy5SSMXi/DLkWb48FfMuDy4A2ZzYxWDwPs+qfxo=; b=YT8pmVldo0BrUBDrpAEFyNbumBiKy1OQHBrgj4PnjKTeNURe0pk3JjX6W+ZFFLulj4 SxQ6TgALM4oyV16YNIRYGvctfgEpc/lRJqOaRam35qVSAXa06vXBKJqgOKy6fQkUEeCI 3iiV5r4I8A7UtRPSuYQ75mvCkMKaLQRz721ciJBlGOvdP/pM3olKDB17Mk2ICkbmu4ac 4NrElbXtOoqIPyJdqgSuz/ezYiemBN2wonMvek3i8F99HQ9Qay1SQUis+Gj1XrnaqPfc qP/z0pYRXlGmOawufAhcB68VVTOWEC4V8o5HVWyFRFRmMCIgsk/awtDfZFzPmngYMbVo x0hA== X-Gm-Message-State: ALoCoQlTrZtp5E9RV08Egrk482EJIw0w+si4fo2zmHGDUOVGzU/MXxsU5Yx99nlxwo+kddm1OTFFPzsGlrMBUn6Zbl8Zim88L26LEGZtySK538OzA00EcRfAH8pfJpGFCWQpuogeejmV MIME-Version: 1.0 X-Received: by 10.220.172.134 with SMTP id l6mr459322vcz.80.1407331186244; Wed, 06 Aug 2014 06:19:46 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Wed, 6 Aug 2014 06:19:46 -0700 (PDT) In-Reply-To: <79d5d0a1410487d543d37ba573b392a9@mail.gmail.com> References: <5a5c7d37c2115f52a58d82d489540a6d@mail.gmail.com> <79d5d0a1410487d543d37ba573b392a9@mail.gmail.com> Date: Wed, 6 Aug 2014 17:19:46 +0400 Message-ID: To: Zeev Suraski Cc: Dan Ackroyd , PHP internals Content-Type: multipart/alternative; boundary=001a11c2a2b070140704fff5d311 Subject: Re: [PHP-DEV] [VOTE] Move the phpng branch to master From: dmitry@zend.com (Dmitry Stogov) --001a11c2a2b070140704fff5d311 Content-Type: text/plain; charset=UTF-8 On Wed, Aug 6, 2014 at 5:11 PM, Zeev Suraski wrote: > Dan, > > Votes area almost never pre-announced. I have no problem with changing > this > habit, but I do have an issue with changing it retroactively for a > particular vote. > > Regarding your points, there's a mandatory discussion period during which > you should have brought these comments, instead of now. As a matter of > fact, discussion about PHPNG died out more than a week ago, to the level > that Dmitry even suggested we avoid wasting time and vote sooner (but that > goes against the rules so we didn't do that). > > If you think the RFC is incomplete in its details and that you can't vote > over it then you can of course withhold your vote or vote no. > > To your specific feedback, there's a migration document to extensions > linked > from the RFC, and shared here on internals about 10 days ago: > https://wiki.php.net/phpng-upgrading > I added another link to it from the 'RFC impact' section, as perhaps that's > what prevented you from seeing it. > > I believe it's impractical to keep shared codebases for extensions between > PHP 5.x and PHPNG. Dmitry - please correct me if I'm wrong... > Some extension might require just few changes and they may share codebase for PHP and PHPNG, however it's going to be really difficult for very engine depended extensions like xdebug. Thanks. Dmitry. > > Zeev > > > -----Original Message----- > > From: Dan Ackroyd [mailto:danack@basereality.com] > > Sent: Wednesday, August 06, 2014 4:01 PM > > To: Zeev Suraski > > Cc: PHP internals > > Subject: Re: [PHP-DEV] [VOTE] Move the phpng branch to master > > > > Hi, > > > > It would be good if people announced that they were going to open things > > to > > vote with a warning, rather than just throwing the voting open. > > > > The RFC is nowhere complete in it's details for people to make rational > > decisions. e.g. the section on 'RFC impact' has this for the impact on > > extensions. > > > > "Existing extensions will have to be updated to reflect the new data > > structures > > and updated APIs. Much of this work is already done for most of the > > extensions bundled with PHP, but there are still extensions that need to > > be > > ported, and most of the extensions in PECL will have to be ported." > > > > That doesn't provide anything close to actual information about what > needs > > to > > be done to port the extensions. There is no information about how > > extensions > > can support current PHP and PHPNG at the same time....which they will > need > > to do for the next couple of years at least. > > > > > > cheers > > Dan > > > > > > On 6 August 2014 13:36, Zeev Suraski wrote: > > > I opened the voting on the phpng RFC: > > > > > > > > > > > > https://wiki.php.net/rfc/phpng#vote > > > > > > > > > > > > Voting ends on Thursday, August 14th. > > > > > > > > > > > > Please vote! > > > > > > > > > > > > Zeev > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11c2a2b070140704fff5d311--