Skip to content

Conversation

@clue
Copy link
Member

@clue clue commented Aug 9, 2017

Certain PHP versions on Windows require to read the full incoming receive buffer. This is actually a bug in PHP for Windows only that was fixed with PHP 7.0.17 and PHP 7.1.3.

This PR re-introduces the work-around that already landed with #53 but was later disabled by updating the socket version with #61. This temporary work-around works for all versions across all platforms, so it doesn't really hurt. Ultimately, this will be resolved once #12 lands in the next major version.

See also https://bugs.php.net/bug.php?id=74090 and php/php-src@89a5bd6.
Builds on top of #73
Resolves / closes #63

@clue clue added the bug label Aug 9, 2017
@clue clue added this to the v0.4.10 milestone Aug 9, 2017
@WyriHaximus WyriHaximus requested review from WyriHaximus and jsor August 9, 2017 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows error: DNS query for www.qq.com failed: too many retries

3 participants