Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99339 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54859 invoked from network); 3 Jun 2017 13:34:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2017 13:34:42 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.176 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.176 mail-pf0-f176.google.com Received: from [209.85.192.176] ([209.85.192.176:33307] helo=mail-pf0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/1F-12681-1FAB2395 for ; Sat, 03 Jun 2017 09:34:41 -0400 Received: by mail-pf0-f176.google.com with SMTP id 83so5964740pfr.0 for ; Sat, 03 Jun 2017 06:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=c18JdnLDPl6ZFfrwOWPbzCSOMYgXDiZu3ix+7R5hJXo=; b=l8NvhStwHz+RFnmZ7LlJYxIjintla3AkDjyOl3KHo8dXf6wrwIQOIW1NZngk2JFLEb YIT4dB7RDqSE8hMyC4ofXZQ5dlV1yN80xbUFV+8Jy2j4WXeaVWFMeuB26nHSeh1QekY4 cKSiRvoVKXs+vc4Mb9a00i4uMLLvDsv//eEYDbXdSOcUJ1wibQ5eknUnq3FWevzOhPn1 yHmBrkMYTKk1Ig1McE1cTmG/uV63hQEeUHNettd5cTF/q8RfIugpd/z9uT5HQiIadEti s1uBlTNAp1wqI9HlO8tWd5ZkjujdMvBuJoPxBatULhmnnvMq0bQtQGkYazHdKotzvrIW 80Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=c18JdnLDPl6ZFfrwOWPbzCSOMYgXDiZu3ix+7R5hJXo=; b=MsGXep1mB7jYyMoWxdATAl6guNy82dQdw3xbpw3fKoNVyi8JSK2/F5cL5TzyzDATLp tgfNLm0omxTPVz7hJUvST+Sfd3RFudY1NT1Ukxa55AdjIC+aM/uZvg3Db4H0/m6SSb/h 7gIz4U7SCkXl4a+CiMFuz6bp/JAake9mfzc/EXdy/s9dcjp1kGUeCMhzz3LdvLt30aRK 5GAYBhemKbNIFilY5xfcSD81fJK9FVBzbHNKMLXhm4w6uj3cV3o/+MSRuTBFEMcEHdNL OYREySfqKLmvRAyqQNuml3tBvRgXtvw+V0dMBOCZNJfhJZrZGIHZ8XX9ScNUDnD/IgWW RCaQ== X-Gm-Message-State: AODbwcBQPeWkG7ZKj+roQCdv6Nyj3u2Dx6bIyoQwJ3SbamjCeqhzIl4Q PuR8NihXi0Rc2jXZLj55RO5XVT0lM56Zo50YaQ== X-Received: by 10.84.133.68 with SMTP id 62mr5029467plf.63.1496496878369; Sat, 03 Jun 2017 06:34:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.168.4 with HTTP; Sat, 3 Jun 2017 06:34:37 -0700 (PDT) X-Originating-IP: [77.99.17.151] In-Reply-To: References: <1e99c642-e3b8-3445-82ac-f6cb6258e0b4@php.net> Date: Sat, 3 Jun 2017 14:34:37 +0100 Message-ID: To: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= Cc: Internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC][Discussion] Add support for stream-wrapped URLs in opcode cache From: danack@basereality.com (Dan Ackroyd) On 2 June 2017 at 17:31, Fran=C3=A7ois Laupretre wro= te: > Hi Dan, > > Thanks for your comments. Both are fixed now. > Awesome. btw it's my belief that very boring technical discussions about RFC pull requests are best done via the github comments, both to reduce the noise on this list and also so that people are can be precise, as to which line they are talking about. I can't see any other RFCs that had mundane code issues discussed on the list. However as you declined to respond on Github, I'll ask here again: 1) Why is the patch checking for PHP's own version? This doesn't occur anywhere else in the code 2) Why does the patch modify PHP_API_VERSION, which was already modified for PHP 7.2 Additionally, the section for 'Backward Incompatible Changes' has 'None' listed - but then it lists some required modifications in "To Existing Extensions" - won't non-core PHP extensions also be affected by this RFC? cheers Dan