Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58097 invoked from network); 6 Aug 2014 13:00:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2014 13:00:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.177 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:45863] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/A7-13038-AE622E35 for ; Wed, 06 Aug 2014 09:00:27 -0400 Received: by mail-we0-f177.google.com with SMTP id w62so2617510wes.22 for ; Wed, 06 Aug 2014 06:00:54 -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=UPXKQeVDTi9mHFIYdrcD9106gwYJgd1XHPnvp57iKqc=; b=KwqR2qlTmQZt7EkMmXwbx4jP4SGENSJuz4gIPSVxAcaPo8rTG+Xuo6W9vVZIpGp6a/ u/34TU3YO99d+enkg9fybDXw/9nHpy383VnqYe1C3EmQPH40Ad8tB+GF4FxG8zRTn9j6 LVAlREp/2WwCyC2jzkZJQ6woK8yUoZaey511f/r704JV59dtDCjRKjse57b5GXzi37Iz NGUNmC+OduFaMSdAJzyYLBi4ZQP1gxqhP59/FitnRtpuWxRjyDZPw+BjE9NkNHuIAeHi igkIXSZWpbpa70hICygFxcDKlTsI0c5FA10LXgqr+SPaJaoTj8Gbd11Ab27sv+dxzklB DYkA== X-Gm-Message-State: ALoCoQna83QBkKNOx0riSgXFhLteWgWW1fBa9e/OlTZ3s8yHbJ1hbcTx5IjdcUaUkyvti5JgA2fh MIME-Version: 1.0 X-Received: by 10.180.7.163 with SMTP id k3mr48616949wia.0.1407330054253; Wed, 06 Aug 2014 06:00:54 -0700 (PDT) Received: by 10.217.10.137 with HTTP; Wed, 6 Aug 2014 06:00:54 -0700 (PDT) X-Originating-IP: [212.159.149.212] In-Reply-To: <5a5c7d37c2115f52a58d82d489540a6d@mail.gmail.com> References: <5a5c7d37c2115f52a58d82d489540a6d@mail.gmail.com> Date: Wed, 6 Aug 2014 14:00:54 +0100 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Move the phpng branch to master From: danack@basereality.com (Dan Ackroyd) 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