Re: [PHP-DEV] Re: php 7.{3,4}/git ext/curl builds FAIL with recent curl/libcurl 7.67+: "error: ‘CURLE_OBSOLETE20’ undeclared ...".

2019-11-21 Thread PGNet Dev
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

Re: [PHP-DEV] Re: php 7.{3,4}/git ext/curl builds FAIL with recent curl/libcurl 7.67+: "error: ‘CURLE_OBSOLETE20’ undeclared ...".

2019-11-15 Thread PGNet Dev
On 11/15/19 1:41 AM, Christoph M. Becker wrote: > Ah, thanks! I've just submitted . applied that patch to local curl/master build now build of php7/ext/curl ... make >> Build complete. thx! -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] php 7.{3,4}/git ext/curl builds FAIL with recent curl/libcurl 7.67+: "error: ‘CURLE_OBSOLETE20’ undeclared ...".

2019-11-14 Thread PGNet Dev
I needed to bump local curl build version to fix a (php-unrelated) SEGV. Currently, I have curl -V curl 7.67.1-DEV (x86_64-pc-linux-gnu) libcurl/7.67.1-DEV OpenSSL/1.1.1d zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0_DEV nghttp2/1.4

[PHP-DEV] current status of php + Openssl 1.1 builds?

2017-04-05 Thread PGNet Dev
What's the current status of Openssl 1.1 builds? Several references https://externals.io/thread/661 http://git.php.net/?p=php-src.git;a=commitdiff;h=015a80ef7bb5d691745b6fba35060d996c788a53 https://bugs.php.net/bug.php?id=72360 suggest that it should be 'in' head, at lea