Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8240 invoked from network); 22 Jul 2014 14:31:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2014 14:31:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=phofstetter@sensational.ch; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=phofstetter@sensational.ch; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sensational.ch designates 195.226.6.199 as permitted sender) X-PHP-List-Original-Sender: phofstetter@sensational.ch X-Host-Fingerprint: 195.226.6.199 mail.sensational.ch Received: from [195.226.6.199] ([195.226.6.199:59735] helo=mail.sensational.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/84-21666-3C57EC35 for ; Tue, 22 Jul 2014 10:31:32 -0400 Received: from mail-qg0-f47.google.com ([209.85.192.47]:63493) by mail.sensational.ch with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76 and XAMS 0.0.20) id 1X9b4k-0005LM-1Y for internals@lists.php.net; Tue, 22 Jul 2014 16:29:54 +0200 Received: by mail-qg0-f47.google.com with SMTP id i50so7102094qgf.34 for ; Tue, 22 Jul 2014 07:31:27 -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:from:date :message-id:subject:cc:content-type; bh=BnN6L2SCBVG9MMuV5ZRFITmbR9RrvP3pEESqI7UA7Fo=; b=EyKBBSaT3iJAxM6qkBXOUDFhR8Z3mDsQKGvh+U/1oRaat4WiasCRfcgVLJ6PFTMLqr RuyW5hTvit5yddD87K3mGiMpfsr7NNlRmx9dLOvb/t0pDzHMycL7JfPhvf6NYcv9KORv x27LRkTXrryhcBdG2IbLeoYOulD9Ay7lrqImXHpkUb7R6GLhtZZMQbzjQgi4SZtLiVkL BTLHql5HeUYiwBCQyoOlO3uzt5jMC1iiegQtigfxqAwTv7dcyE0pmfYO4Eucx21qcQwx BuhYfquom7ymtyQABiC5Bu3FLeq4eRhW2Cpvn3t0Bgw+BPyRLOFaMSOaAWK6pdDqSb1+ FyIQ== X-Gm-Message-State: ALoCoQnS3D4biMyBT2xYmmtWVD8s+FTv4GVq9Z1s3MncQ8uIMOEWJ5GXqTRuWXBg7pGetWsTWZrJWvvwRMG5s7oENVOC12OwF0wcGES0zaD8/aVSTAyuBFDGa0mlJjKfhuP8UOGzQzHu X-Received: by 10.140.83.209 with SMTP id j75mr50846075qgd.42.1406039487639; Tue, 22 Jul 2014 07:31:27 -0700 (PDT) X-Received: by 10.140.83.209 with SMTP id j75mr50846048qgd.42.1406039487528; Tue, 22 Jul 2014 07:31:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.41.71 with HTTP; Tue, 22 Jul 2014 07:31:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 16:31:07 +0200 Message-ID: Cc: PHP internals Content-Type: text/plain; charset=UTF-8 X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 209.85.192.47 X-SA-Exim-Mail-From: phofstetter@sensational.ch X-SA-Exim-Scanned: No (on mail.sensational.ch); SAEximRunCond expanded to false Subject: Re: [PHP-DEV] RFC: Move phpng to master From: phofstetter@sensational.ch (Philip Hofstetter) Hi, On Tue, Jul 22, 2014 at 3:18 PM, Etienne Kneuss wrote: > This means https://wiki.php.net/phpng-upgrading should be completed to > reflect all changes. as a pure consumer maintaining some internal extensions, I would very much like to see this too, at least when you decide to go ahead with the merge. Btw: I have, of course, no say on this as a pure consumer, but there was the discussion of whether the performance improvement alone without any other features would already make consumers excited. To which I can say: Heck yeah. Me personally, I would be very happy to see the speed improvement and I have zero issues in adopting our internal extensions to the new API, especially when it's for a new major release. Philip