PHP-FastCGI-Client icon indicating copy to clipboard operation
PHP-FastCGI-Client copied to clipboard

Lightweight, single file, FastCGI client for PHP

Results 7 PHP-FastCGI-Client issues
Sort by recently updated
recently updated
newest added

hi i use unix socket as below : ``` $client = new \framework\FCGIClient('unix:///usr/local/php70/sockets/webapps.sock', -1); ``` but i get this error : ``` socket_write(): unable to write to socket [32]: Broken...

Can you let us know the example of "async_request" model?

1. Separate Unix domain socket filepath and script filepath into two command line arguments. This is absolutely needed because the regular expression used before is not able to separate socket...

The current implementation is using a blocking socket stream implementation. Would you accept a non-blocking implementation in your project? Do you have any criteria that I should meet for my...

I noticed ForbiddenException('Not in white list. Check listen.allowed_clients.') is thrown when a zero-byte response is received from the closing socket. Apparently this is what happens when php-fpm encounters a client...

I've read the readPacket private function and found the implementation way to naive to be used in production systems. When `$packet = fread($this->_sock, self::HEADER_LEN)` is called on line 382 the...

- close socket - close socket on destructor - public function close - formatted response (header / body ...)