Merge branch 'v3' into feat/clickhouse

This commit is contained in:
Jerry Ma
2026-05-11 13:18:16 +08:00
committed by GitHub
63 changed files with 1617 additions and 334 deletions

View File

@@ -8,7 +8,7 @@ assert(function_exists('curl_exec'));
assert(function_exists('curl_close'));
assert(function_exists('curl_version'));
$curl_version = curl_version();
if (stripos($curl_version['ssl_version'], 'schannel') !== false) {
if (stripos($curl_version['ssl_version'], 'schannel') !== false && !extension_loaded('swow')) {
$domain_list = [
'https://captive.apple.com/',
'https://detectportal.firefox.com/',