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
I have a docker image w/ php 5.6 cli running PHPFastCGI Silex 1.~ app, and I keep on getting [error] fread failed. What could this be?
The text was updated successfully, but these errors were encountered:
Hi @dave08
The error is getting thrown here:
https://github.com/PHPFastCGI/FastCGIDaemon/blob/master/src/Driver/Userland/Connection/StreamSocketConnection.php#L65
It means that the daemon is trying to read from the connection and it's not working - i.e. the connection is being unexpectedly closed.
This could be a protocol parsing error or a configuration problem.
Does the app work?
Sorry, something went wrong.
No branches or pull requests
I have a docker image w/ php 5.6 cli running PHPFastCGI Silex 1.~ app, and I keep on getting [error] fread failed. What could this be?
The text was updated successfully, but these errors were encountered: