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

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix curl 8.16.0 compilation with zts
This commit is contained in:
Ilija Tovilo
2025-09-22 10:56:40 +02:00

View File

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