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

Broken pipe

Open parsibox opened this issue 7 years ago • 0 comments

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 pipe 

my socket exist image

parsibox avatar Nov 18 '18 07:11 parsibox