fast-cgi-client
fast-cgi-client copied to clipboard
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Hi, we have a application deployed in AWS lamda using Laravel vapor. There are times where getting an error " Uncaught hollodotme\FastCGI\Exceptions\ReadFailedException: Stream got blocked, or terminated. in /var/task/vendor/hollodotme/fast-cgi-client/src/Sockets/Socket.php:564" May...
### This is a discussion issue for the upcoming release of version 4.0.0. **I'd like to do the following things:** * Require PHP 8.0 as minimum PHP version (dropping support...
See: https://golang.org/pkg/net/http/fcgi/
Is there a possibility to activate debug session with xdebug in fired async request? I've tried to set `XDEBUG_SESSION_START` POST var and some environment settings, but without success. Did anyone...
See: https://github.com/mohtar/rust-fastcgi
See: https://github.com/jfastcgi/jfastcgi
See: https://github.com/gigi81/sharpfastcgi
Hello, I am making an async request, and while waiting for the response, I want to do other work. In my case, it's calling a check heartbeat function in rabbitmq,...
Attempted fix for https://github.com/hollodotme/fast-cgi-client/issues/18. Implemented option 3 from [this comment](https://github.com/hollodotme/fast-cgi-client/issues/18#issuecomment-421124734). This timeout now also applies to the multi requests since the `getSocketIdsHavingResponse` has been reworked to simply use `hasResponse` in...
Branch started from https://github.com/hollodotme/fast-cgi-client/pull/74. 2 API improvements with a BC break: * `AbstractRequest->setContent` is removed, making the content of a request immutable. Content can only be defined when creating the...