Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82279 invoked from network); 2 Jun 2017 13:38:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2017 13:38:02 -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.214.43 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.214.43 mail-it0-f43.google.com Received: from [209.85.214.43] ([209.85.214.43:37544] helo=mail-it0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/D6-12681-23A61395 for ; Fri, 02 Jun 2017 09:37:56 -0400 Received: by mail-it0-f43.google.com with SMTP id m47so19427331iti.0 for ; Fri, 02 Jun 2017 06:37:54 -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=/ooo22MZ7T/FFuem1YSZlmieEF7sv7ngO79JxGF7mN4=; b=CNJSga6lmI0yZK/tB1m4SIinya/PILBWHEnheqHAdzWgwsXqYFBVhPUnl8zBF6zlTh qZbp1hFLo8ah7YYxwiyJeIUJXVS1XnhVNjvbgclV1WSWAqkAma1jN0Ccpu4KNn2DxmKG f2OuMJTp3n7khbdlpQevqzzYUsYkY8m1BUjBAzZtNGgYAEUmwi1BIruuIPgeRkZxxu/6 PYeIKdkecX+EeOBXdgSuAsqx2IMqH5Osd5A0uGpddsd15Fe6761UjY7990i8TH4claUC UtcrmuEQkiw5hPq1JEg0nUbLvhlcq4iDrAzj9GFHuHVmvEtYxjjAuUafA2CcQaQL5E9n lfIA== 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=/ooo22MZ7T/FFuem1YSZlmieEF7sv7ngO79JxGF7mN4=; b=k43A9+rKxVdXlB/Q9rdiVtZZn335CutCZBebsDdYN8hgcYi5d3lT3pKaimpppMrXx5 RoZaT1qiU050AgoVPtfrU/CDkKMc/2oNgoRkdWgZbEJWMaj0i3U+dk+Gnbfs6oy0TcAV 6kbiHrKagaKLLOB1E9B8mRcwYadZhJo3KAPrZVzPl6Ibpr71/y6iSCk10JvT2vhDcduA nDeg7bGIkEMJiBn3+LWMZY3TDRIf6LURdW3B4BJRNkGva19RActwyyHCmurEX3eW+NtO cigNqAPYf0K6/0ssTUtL/T0UoNZmAanXUBRhwdNHILnjjUvMnFKqlWTB4YVkI6OmpZNa XH7A== X-Gm-Message-State: AODbwcBDAlmqQv1c9QvG73KtAVWaFfYWNiw7VhwAqi9O3OjR6lTN/KFR DhqmPk4dnCwodBcP5FgSzRkq5ccCF38jcOgzCQ== X-Received: by 10.84.177.131 with SMTP id x3mr101893787plb.39.1496410671144; Fri, 02 Jun 2017 06:37:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.151.163 with HTTP; Fri, 2 Jun 2017 06:37:50 -0700 (PDT) X-Originating-IP: [81.143.203.71] In-Reply-To: <1e99c642-e3b8-3445-82ac-f6cb6258e0b4@php.net> References: <1e99c642-e3b8-3445-82ac-f6cb6258e0b4@php.net> Date: Fri, 2 Jun 2017 14:37:50 +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 25 May 2017 at 19:17, Fran=C3=A7ois Laupretre wrote: > Hi, > > I don't know if it is still time for 7.2 but here is a new RFC to read an= d > comment : > > https://wiki.php.net/rfc/url-opcode-cache > The proposed version is just listed as 'next' - please could this be specific, as next could mean next bug fix version. btw I presume https://github.com/php/php-src/pull/1117 is a typo, as it leads to "Fix ARG_INFO for levenshtein", which seems out of scope for the RFC? cheers Dan