Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92672 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62537 invoked from network); 24 Apr 2016 03:03:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2016 03:03:35 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.161.176 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.176 mail-yw0-f176.google.com Received: from [209.85.161.176] ([209.85.161.176:35633] helo=mail-yw0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/18-07837-4873C175 for ; Sat, 23 Apr 2016 23:03:34 -0400 Received: by mail-yw0-f176.google.com with SMTP id g133so139247831ywb.2 for ; Sat, 23 Apr 2016 20:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webstart-fr.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=JghF4P5jKQtMEO9UkVY5VEixmUYS+tXLgYgS1TWTl1g=; b=J1sU+1lzVh9YauDhPWi49gjzCz0pdqpXosx745jufQFeD4WIKE6S7f4UFpUMtC56ks bauGd9OMXmgQV8zCnSet1GuEWsPWtLZEXCpi+PUotussezlsm0Zm/9Ebi/oqO1LS15PZ haz4lqDI7x9wC3V+m4j/2UBz2uZPeCfUUoFV/Bz/x4oUFz8wuCO/xyHfrBKDYUsWm59H w3JXNek4XQk/6GWL8cp059J8/ugxvL3DncJOACClKNqlCGZzBonvFOlQFMQtWMg/SkFo 8aNdX439V2hhWHWhDqdXAg68/Es5VqIZCb65WtFd/7y6hUoROvcTLoAQBLw+jrJ23Kcw uD8g== 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:in-reply-to:references:date :message-id:subject:from:to:cc; bh=JghF4P5jKQtMEO9UkVY5VEixmUYS+tXLgYgS1TWTl1g=; b=OW8VaOx8cUuEUQZAExAxvxY9CWmbXHlthKrgaj/WxoWdosM1wdXO3EVNAJTsxBnz/V agx0SWA4vsmF6T9ujybofZORgT/h8Jq1fj/E1x1ncDiuXiZGiLzZkhfq6NfE5qq4HJ+w rzn4VZ71dPGfyt+n00MzElHAZ8p/WN6w4k2gocIh9paTTsAzQ1M4KcJVzBqeknmwa+As 5+CJ4ap7bQq9V7TShgetG+gKJuvYLw5frnfm5Ve2Y9cPdN9rJKmEHxxCKUlMBp9qFKDK ++dRWJCPSXsIkZcTMQk2dF/ZTuyfFevSnRTtp6k004jmHq6I4FpQW6/Wnxdha9k7sZUp irEw== X-Gm-Message-State: AOPr4FWZaVTYyrfXSAS4WNFCLjUIM44Ox4ON1K5RQrJfbM4hqh/DajJPBuYdBap10Js+m8ST8bjl/Nzdx/Lusw== MIME-Version: 1.0 X-Received: by 10.129.41.16 with SMTP id p16mr20039739ywp.92.1461467010120; Sat, 23 Apr 2016 20:03:30 -0700 (PDT) Sender: pierrick@webstart.fr Received: by 10.37.76.130 with HTTP; Sat, 23 Apr 2016 20:03:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Apr 2016 23:03:30 -0400 X-Google-Sender-Auth: v7gfryPwAuOw1_39Vw8KtO_or0o Message-ID: To: Davey Shafik Cc: PHP internals , pajoye@php.net Content-Type: multipart/alternative; boundary=001a11408064fd92f80531324d05 Subject: Re: ext/curl update From: pierrick@adoy.net (Pierrick Charron) --001a11408064fd92f80531324d05 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Davey, Thanks for your answer. I still have small projects on my pipeline that I want to finish but I'll start looking at libnghttp2 and if I get some time I'll recontact you to maybe help you on remaining tasks :-) Do you have specifics stuffs that you would like me to look at ? About the patch if there is no objection i'll commit it to the 7.1 branch soon. Pierrick On 23 April 2016 at 20:24, Davey Shafik wrote: > Hi Pierrick, > > This should be in master for 7.1, alongside my RFC'ed patch for server > push support. > > You emailed me directly about the aforementioned patch so I'll just > respond here as it's relevant: > > The patch should hit in 7.1 but it has been requested that tests be added > =E2=80=94 and we can't add tests with a server push supporting HTTP/2 ser= ver > against which to push. > > I'm working with Pierre Joye (CC'ed) to try and update the cli-server to > use libnghttp2 to turn it into a fully fledged HTTP/2 compliant server wi= th > support for server push and things like multiplexing (see: > http://wiki.php.net/rfc/cli_server_http2). Curl also uses libnghttp2 for > it's HTTP/2 support. > > I hope to eventually (7.2+) use libnghttp2 to add an ext/nghttp2 HTTP > client and update the HTTP streams layer to support HTTP/2 also. > > I'd welcome your collaboration on any of this. > > - Davey > > On Sat, Apr 23, 2016 at 12:30 PM, Pierrick Charron > wrote: > >> Hi internals, >> >> I took some time to add some easy to implement new "features" that were >> implemented in libcurl but missing in ext/curl. Most of them are just >> exposing a new constant in ext/curl and dispatched in the curl_setopt >> function. I created a branch over master but the patch is applicable >> without conflict the 7.0 branch. >> >> https://github.com/php/php-src/compare/master...adoy:curl-update >> >> I was wondering since it's not a big patch and it only introduce new >> constants : >> >> - Should I commit this patch to 7.0 and master or only master >> - Should I do a RFC to include this patch ? >> >> Thanks for your feedback >> Pierrick >> >> >> >> >> >> >> > --001a11408064fd92f80531324d05--