Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5088 invoked from network); 3 Sep 2015 11:40:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2015 11:40:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:36384] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/B0-34192-B9138E55 for ; Thu, 03 Sep 2015 07:40:12 -0400 Received: by obqa2 with SMTP id a2so29742470obq.3 for ; Thu, 03 Sep 2015 04:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=H/qYISR3Po8LkXfmBYl9xbwHFNlwiT0k1hZFDIE+N7E=; b=SoKAGRMB9Q10yNmMc7fGkWygZM79UVa9Gsco9Woo1kfD0FUnIZnr841y4009yy8wOD uvMM9wAKDPLIvKB/MDJ1EapwJrCIIBYrxn6nexctkmmJM6R4ZH6bpH4+gWR1kFASMX12 jOPeG5cNq7EgNACD25qgsgwQsO1e1SlS+hExNbMO7AF2luBngb+tZZRsSA1bTgvxQg9o b60eDJyjoXzvC9r/gt1J0nOq8xtYmiIuf8lmSPydla9YOxfZ/xpX6LAuv4UTirccYI6A gyDuau7/VyaCEnraa94SpE34MFZaFBwTSFSZBuG/f0qrvo4KqolYnJ469UyUaayWUaA/ ap/w== MIME-Version: 1.0 X-Received: by 10.60.62.162 with SMTP id z2mr24763164oer.76.1441280407690; Thu, 03 Sep 2015 04:40:07 -0700 (PDT) Received: by 10.202.62.197 with HTTP; Thu, 3 Sep 2015 04:40:06 -0700 (PDT) Received: by 10.202.62.197 with HTTP; Thu, 3 Sep 2015 04:40:06 -0700 (PDT) In-Reply-To: <4kufuapipk9juenvnlatnpb348bh18t9ap@4ax.com> References: <4kufuapipk9juenvnlatnpb348bh18t9ap@4ax.com> Date: Thu, 3 Sep 2015 18:40:06 +0700 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b673d1ab8e556051ed63e6c Subject: Re: [PHP-DEV] Re: Add HTTP/2 Multiplexing-related constants to ext/curl From: pierre.php@gmail.com (Pierre Joye) --047d7b673d1ab8e556051ed63e6c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sep 3, 2015 2:48 PM, "Jan Ehrhardt" wrote: > > Davey Shafik in php.internals (Wed, 2 Sep 2015 17:31:44 +1200): > >I'd love to see this make it into PHP 7.0 if it's not too late? It's > >extremely trivial, but whatever =E2=80=94 not that fussed :) > > > >PR is here: https://github.com/php/php-src/pull/1497 > > I applied the same patch to the sources of the almost released 5.6.13. > Patch OK (6 lines offset), but there is no HTTP2 entry in 5.6's phpinfo > for cUrl. So it is not obvious that something has changed. > > Could you make a test for it? It should be visible if curl supports it, under the protocol section Did you build curl with nghttp2? > -- > Jan > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --047d7b673d1ab8e556051ed63e6c--