hollodotme / fast-cgi-client

A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Other
551 stars 34 forks source link

Check compatibility with GO FastCGI server implementation #30

Open hollodotme opened 5 years ago

hollodotme commented 5 years ago

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

tommy-muehle commented 4 years ago

Could help here. Did you've a test scenario in mind?

hollodotme commented 4 years ago

Basically the scenario would be to run the test suite against a go fastCGI docker image. Probably this would need some adjustments in the settings for the connection provider to distinguish between server types.

The socket connections itself can be found in the PHPUnit config.