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
committed by Jakub Zelenka
parent 1c8363d2bf
commit da75e41a6f

View File

@@ -1842,7 +1842,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
}
/* }}} */