CURLMOPT_MAX_CONCURRENT_STREAMS
Constant • Added in PHP 8.2
CURLMOPT_MAX_CONCURRENT_STREAMS
— Specifies the maximum number of concurrent streams for connections
that cURL should support on connections using HTTP/2.
Valid values range from 1
to 2147483647
(2^31 - 1
).
The value passed here would be honored
based on other system resources properties.
Default is 100
.
Available as of PHP 8.2.0 and cURL 7.67.0.
CURLMOPT_MAX_CONCURRENT_STREAMS = 16;
Changes to the CURLMOPT_MAX_CONCURRENT_STREAMS
Constant
PHP 8.2
- Constant added
CURLMOPT_MAX_CONCURRENT_STREAMS
Constant Availability
CURLMOPT_MAX_CONCURRENT_STREAMS
Constant AvailabilityPHP Version | Availability |
---|---|
PHP 8.5Future Release | Yes |
PHP 8.4Upcoming Release | Yes |
PHP 8.3Supported (Latest) | Yes |
PHP 8.2Supported | Yes |
PHP 8.1Security-Fixes Only | No |
PHP 8.0Unsupported | No |
PHP 7.4Unsupported | No |
PHP 7.3Unsupported | No |
PHP 7.2Unsupported | No |
PHP 7.1Unsupported | No |
PHP 7.0Unsupported | No |
PHP 5.6Unsupported | No |
PHP 5.5Unsupported | No |
PHP 5.4Unsupported | No |
PHP 5.3Unsupported | No |