fast-cgi-client icon indicating copy to clipboard operation
fast-cgi-client copied to clipboard

A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM

Results 15 fast-cgi-client issues
Sort by recently updated
recently updated
newest added

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...

help wanted
question

See: https://golang.org/pkg/net/http/fcgi/

enhancement
help wanted
question

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...

question
missing documentation

See: https://github.com/mohtar/rust-fastcgi

enhancement
help wanted
question

See: https://github.com/jfastcgi/jfastcgi

enhancement
help wanted
question

See: https://github.com/gigi81/sharpfastcgi

enhancement
help wanted
question

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,...

enhancement
feature

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...