Skip to content

Commit da75e41

Browse files
iluuu1994bukka
authored andcommitted
Fix curl 8.16.0 compilation with zts
1 parent 1c8363d commit da75e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ static void _php_curl_set_default_options(php_curl *ch)
18421842
}
18431843

18441844
#ifdef ZTS
1845-
curl_easy_setopt(ch->cp, CURLOPT_NOSIGNAL, 1);
1845+
curl_easy_setopt(ch->cp, CURLOPT_NOSIGNAL, 1L);
18461846
#endif
18471847
}
18481848
/* }}} */

0 commit comments

Comments
 (0)