From: Michael Wallner Date: Thu, 25 May 2023 11:02:23 +0000 (+0200) Subject: tests: curl SSL bug in 7.87 X-Git-Tag: v4.2.4~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=e0eade6161307006e897acf3a862c565bdf5be39 tests: curl SSL bug in 7.87 --- diff --git a/tests/client012.phpt b/tests/client012.phpt index 5dd1513..3b1e1c0 100644 --- a/tests/client012.phpt +++ b/tests/client012.phpt @@ -1,16 +1,19 @@ --TEST-- client ssl --SKIPIF-- - --FILE-- -getSslOptions() ); -$client->attach($observer = new class implements SplObserver { +$client->attach($observer = new class implements SplObserver { public $data = []; #[ReturnTypeWillChange]