Skip to content

Commit 81c60c5

Browse files
committed
Remove check for unsupported PHP version
1 parent 9287d86 commit 81c60c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response/CurlResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ private static function perform(ClientState $multi, array &$responses = null): v
305305
*/
306306
private static function select(ClientState $multi, float $timeout): int
307307
{
308-
if (\PHP_VERSION_ID < 70123 || (70200 <= \PHP_VERSION_ID && \PHP_VERSION_ID < 70211)) {
308+
if (\PHP_VERSION_ID < 70211) {
309309
// workaround https://bugs.php.net/76480
310310
$timeout = min($timeout, 0.01);
311311
}

0 commit comments

Comments
 (0)