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:
committed by
Jakub Zelenka
parent
1c8363d2bf
commit
da75e41a6f
@@ -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
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user