php / php-src

The PHP Interpreter
https://www.php.net
Other
38.04k stars 7.73k forks source link

PHP version 8.3.7 compiles and tests on the curl 7.76.1 extension and reports an error #14240

Open wheakerd opened 4 months ago

wheakerd commented 4 months ago

Description

PHP version 8.3.7 compiles and tests on the curl 7.76.1 extension and reports an error

FAIL Bug #64267 (CURLOPT_INFILE doesn't allow reset) [tests/bug64267.phpt]

FAIL Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec) [tests/bug71523.phpt]

FAIL curl_upkeep() function [tests/curl_upkeep_001.phpt]

PHP Version

PHP 8.3.7

Operating System

CentOs Stream 9 x86_64

wheakerd commented 4 months ago

php_test_results_20240515_0759.txt

This is the report generated during the compilation error reporting process.

Information about curl version:

curl -V curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.1 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.10.4/openssl/zlib nghttp2/1.43.0 Release-Date: 2021-04-14 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets

Girgias commented 4 months ago

This feels like the same root cause of #14184