We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes when I kill scripts running fast-cgi-client, I get the below warning logged:
stream_select(): Unable to select [4]: Interrupted system call (max_fd=7)
This warning is coming from line 176 of src/Sockets/Socket.php in the hasResponse() function:
return (bool)stream_select( $reads, $writes, $excepts, 0, self::STREAM_SELECT_USEC );
Should that line be changed to @stream_select to suppress the warning?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes when I kill scripts running fast-cgi-client, I get the below warning logged:
This warning is coming from line 176 of src/Sockets/Socket.php in the hasResponse() function:
Should that line be changed to @stream_select to suppress the warning?
Thanks for your help.
The text was updated successfully, but these errors were encountered: