adoy / PHP-FastCGI-Client

Lightweight, single file, FastCGI client for PHP
MIT License
302 stars 61 forks source link

Broken pipe #18

Open parsibox opened 6 years ago

parsibox commented 6 years ago

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