mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
remove test
This commit is contained in:
@@ -16,6 +16,3 @@ if (stripos($curl_version['ssl_version'], 'schannel') !== false) {
|
|||||||
curl_close($curl);
|
curl_close($curl);
|
||||||
assert($data !== false);
|
assert($data !== false);
|
||||||
}
|
}
|
||||||
if (phpversion() >= '8.2') {
|
|
||||||
assert(($curl_version['features'] & CURL_VERSION_HTTP3) === CURL_VERSION_HTTP3);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user