Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90701 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6092 invoked from network); 18 Jan 2016 15:38:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2016 15:38:05 -0000 Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.160.180 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.160.180 mail-yk0-f180.google.com Received: from [209.85.160.180] ([209.85.160.180:33013] helo=mail-yk0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/AB-20254-9D60D965 for ; Mon, 18 Jan 2016 10:38:04 -0500 Received: by mail-yk0-f180.google.com with SMTP id k129so594117328yke.0 for ; Mon, 18 Jan 2016 07:38:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=eUVv8yOnbIavRY9r/L5qYWpuL9+4aC4Z2sa2aSIzSMU=; b=xm2Hhm9QZj+Ssrxievn3QgVAgNOCHB1j1BnmZzVMxKl5w0M/uGLVpZud4PjmXgahmZ 0OmzCikSoM0N48bvcgzrn4Aaarc4/15VyzivqRozuMPR7HOQCsGT6r1gDsNgBJ9ei4TZ UJ5WdorpsXucHVB5AWSdBvBgYY7hw3fNqs2M3omHsy7jgs0iG4GMrtjzKoXVbhZBDn+D x/z5LrSF248TSy3SIbpB4zzTi5B0k8F59UNwT95rrhGAIasxhVJSTXB0MJgI9HA/SSUS y0X9320O7FHjxmakzNVsRPcLgS3eFr7ZXE2TIOHENnZBvdB4MpzmgsBrSg7JkKJMqWU/ ttHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=eUVv8yOnbIavRY9r/L5qYWpuL9+4aC4Z2sa2aSIzSMU=; b=Jky4btrBytfUP5R9UiXBTi2ngj/TyOpnbuYPrS186uE2lHiJHYYZH452yDMayZ9g0G mSgNKQOqSHOY+gNSO2tY0WnbYI9GmPWnqhZW+676VzesnRD3hYkzNZx9UoPwEtdhYfRS JAJ+NqjCoM7GG715GP7Vs+iWEky5PpMHf3I908Ix2vRH8DukOYW66FvA3Wf3wmZbVa2G Untd8e6vah4tBdXL6Qgs168Kos8pmuSjESRahfmElmlhwfpTMN4RmhmUWjJX6lM9M9M5 p1E9Ge3Xs/TSk96A/Tpvm63bJPa8vpp/6xKdFtsYqUAu1yhdddFn0kFakiZC/dEVjrCc N26Q== X-Gm-Message-State: ALoCoQksj145uyKn1zrakKCDx7LkLQKBzoJtpZmBfpGqPPxB/GUcmRZh1FYa6sLxek+KUeS4emFM459tU2WA4RnB8SJ+jtTfn6zK9Sw31iKn32A/yJ8HrJs= MIME-Version: 1.0 X-Received: by 10.37.34.10 with SMTP id i10mr5437396ybi.101.1453131479057; Mon, 18 Jan 2016 07:37:59 -0800 (PST) Sender: me@daveyshafik.com Received: by 10.129.159.193 with HTTP; Mon, 18 Jan 2016 07:37:59 -0800 (PST) Date: Mon, 18 Jan 2016 08:37:59 -0700 X-Google-Sender-Auth: -DOW58-4kNZ3iddC3I_FfklfVRU Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114320209f3f4705299d8984 Subject: [RFC] Add HTTP/2 Support to the CLI Server From: davey@php.net (Davey Shafik) --001a114320209f3f4705299d8984 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey all, following on from previous discussions[1], I am introducing an RFC for adding HTTP/2 support to the built-in CLI server: https://wiki.php.net/rfc/cli_server_http2 Given that the RFC contains two potential solutions for implementing this, I've decided it is best to open up discussion on this now. While I've authored this RFC, I do not think I am capable of implementing this, but I am going to try. I'm currently trying to get to grips with the existing cli-server, and seeing if I can add H/2 support to the existing SAPI. However, it might be easier to just write a new SAPI from scratch =E2= =80=94 is there a good SAPI I can use as an example to learn that side of things? Would anyone be interested in taking this on for 7.1? or pairing/mentoring on it? - Davey [1] https://www.mail-archive.com/internals@lists.php.net/msg82237.html --001a114320209f3f4705299d8984--