Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25915 invoked from network); 25 Apr 2016 11:32:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2016 11:32:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-lf0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:33091] helo=mail-lf0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/E4-00233-0300E175 for ; Mon, 25 Apr 2016 07:32:00 -0400 Received: by mail-lf0-f46.google.com with SMTP id y84so17055693lfc.0 for ; Mon, 25 Apr 2016 04:32:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vS+cE/8JjOWrXVPBSUbMy55mySSsnBExZmqzC0/Rl4s=; b=LYUwiJ3alEhHxVuVsPuW7ey47x2PPCJ0VGqIV44dGA3Ymm5OFP052EQbLXidj1tikg 2xhYTg3csF1hlIz3fMvjHRjqcipdQJCdm+kHYSS1UaeRKSzZCgodkeyOxbzj3EjCc37S 5tjXXDkxVBPlE22P2i1vUX3j37UWSptSk7GXO+VzhGELZ7JnsJxFSjUMjFrkbGIALobC KV0avZ23JZWZW8huYRcSAMD0e1qvlqNddg4+zaN9etgGzmy9JrdgWN4u/zOZx9Vd2FBD YTYaFK+ASyI9LAJno4QnPJ9OMiGvh/3ovn0Xu+0jPb1G8iJgFBohpjYhqiPItdkHqVLG S3qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vS+cE/8JjOWrXVPBSUbMy55mySSsnBExZmqzC0/Rl4s=; b=bu8Zt8U2+hDTMuD1mvNfx6g+BE5GcIoECllLvQeMe2CNl444gpNhUU2w8XqtAeU6CA JgGM+fqHTIJJVz0rJVnJjJxa5/aRcmBpp4867gY+TQ/+ypebJ99zu0NxYXybWI2EbTVl 8gLc137vPHgGN1FYdow5F3WsmRltJa0IS0+AtGTFJHSk+LGGNgMdMsnBj51UNucPhAfp Z445u0Q2ziZpOIj/6qztX/BDj5F7DrOjmqtAknq/r0BEKlNFRxjH4mFoJCOZOk96/SVn APOz9a+OjvBiPV9QLt4DzERI1C5nYzAMM0czlnwbyy9bvMg6hOQE5PkEUvmHriMToFKe W4nQ== X-Gm-Message-State: AOPr4FWUDkfvZkxKtvZZsS21ZP7+WFKAFq7TVGm15/mpGTkgiV2Q/k8eDys25jgLPMg0/wBbbIWln9Zsw5nHfg== X-Received: by 10.25.78.204 with SMTP id c195mr11572882lfb.21.1461583917723; Mon, 25 Apr 2016 04:31:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 25 Apr 2016 11:31:48 +0000 Message-ID: To: Davey Shafik , Pierrick Charron Cc: PHP internals , pajoye@php.net Content-Type: multipart/alternative; boundary=001a113ff8f039b6a805314d86c0 Subject: Re: [PHP-DEV] Re: ext/curl update From: leight@gmail.com (Leigh) --001a113ff8f039b6a805314d86c0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 24 Apr 2016 at 01:25 Davey Shafik wrote: > Hi Pierrick, > > This should be in master for 7.1, alongside my RFC'ed patch for server pu= sh > support. I don't see why the additional constants that don't have a direct dependency on your server push patch can't be committed to 7.0 as well. The patch is pretty non-invasive. 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 server agains= t > which to push. > The only new logic seems to be around CURLMOPT_PIPELINING_*_BL and CURLOPT_STREAM_DEPENDS(_E). I don't know what these do, are they related to server push? Is it possible to add deterministic tests for them? Maybe in 7.1 we could bump the minimum version of cURL required too. #ifdef version checks going back over 12 years seems unnecessary :) --001a113ff8f039b6a805314d86c0--