swlib/fastcgi
fastcgi protocol parser
Maintainers
1.1.1
2015-12-05 18:17 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: ~4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 09451e98bdc2906592eb6ca244ca76302057d854
- Alexander Lisachenko <lisachenko.it.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-17 01:52:20 UTC
README
this repo is fork from lisachenko/protocol-fcgi and make some changes
FastCGI is an open extension to CGI that provides high performance for all Internet applications without the penalties of Web server APIs.
Many modern web-servers such as nginx, apache, lighthttpd, etc are communicating with PHP via FCGI. So, this protocol is well known and used in many applications. More detailed information about the protocol is available here here: http://www.fastcgi.com/devkit/doc/fcgi-spec.html
