1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix curl 8.16.0 compilation with zts

This commit is contained in:
Ilija Tovilo
2025-09-22 10:55:59 +02:00
parent 933e087843
commit 266cb7d892

View File

@@ -1178,7 +1178,7 @@ static void _php_curl_set_default_options(php_curl *ch)
}
#ifdef ZTS
curl_easy_setopt(ch->cp, CURLOPT_NOSIGNAL, 1);
curl_easy_setopt(ch->cp, CURLOPT_NOSIGNAL, 1L);
#endif
}
/* }}} */