On 11/15/19 8:15 AM, PGNet Dev wrote:
> On 11/15/19 1:41 AM, Christoph M. Becker wrote:
>> Ah, thanks! I've just submitted <
https://github.com/curl/curl/pull/4601>.
>
> applied that patch to local curl/master build
>
> now build of php7/ext/curl
fyi,
bumps to php 7.4/git
git log | head
commit 99b8e67615159fc600a615e1e97f2d1cf18f14cb
Merge: b78ec58f09 e981f5af51
Author: George Wang <gwang@php.net>
Date: Thu Nov 21 17:58:44 2019 -0500
Merge branch 'PHP-7.3' into PHP-7.4
commit e981f5af51bf2a16965aad68ae268021dc251c9c
Merge: b4f501d5a4 c7141412ce
Author: George Wang <gwang@php.net>
and curl/master,
git log | head
commit f70da9c17e315f382694d8ca5585191f4e5478d7
Author: Daniel Stenberg <daniel@haxx.se>
Date: Thu Nov 21 11:37:44 2019 +0100
include: make CURLE_HTTP3 use a new error code
To avoid potential issues with error code reuse.
Reported-by: Christoph M. Becker
Assisted-by: Dan Fandrich
which includes the reworked fix for this issue,
https://github.com/curl/curl/commit/f70da9c17e315f382694d8ca5585191f4e5478d7
does the trick as well,
php -v
PHP 7.4.1-dev (cli) (built: Nov 21 2019 16:45:24) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.1-dev, Copyright (c), by Zend Technologies
php -m | grep curl
curl
now just a matter of the fix making it into next curl release.