[php-src] Issue #21515: PHP 8.5.5 started to fail ext/curl/tests/curl_setopt_ssl.phpt on alpinelinux with curl 8.17
[email protected] (andypost)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/21515
Author: andypost
### Description
The following test fail on every arch
```
TEST 6596/19992 [ext/curl/tests/curl_setopt_ssl.phpt]
========DIFF========
--
client cert subject in response
case 2: empty client cert and key from string
009+ bool(false)
bool(true)
bool(true)
bool(true)
012- bool(true)
client cert subject not in response
014- CURL ERROR: 58
014+ CURL ERROR: 56
case 3: client cert and empty key from string
bool(true)
018+ bool(false)
bool(true)
bool(true)
020- bool(true)
client cert subject not in response
CURL ERROR: EXPECTED
--
case 7: empty issuer cert from string
bool(true)
051+ bool(false)
bool(true)
bool(true)
bool(true)
bool(true)
055- bool(true)
056- client cert subject not in response
057- CURL ERROR: 83
056+ client cert subject in response
========DONE========
FAIL CURLOPT_SSL* basic client auth tests [ext/curl/tests/curl_setopt_ssl.phpt]
```
Ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/99519
### PHP Version
```plain
PHP 8.5.5RC1
```
### Operating System
Alpinelinux