Skip to content
master
Switch branches/tags
Code
This branch is 4 commits ahead, 14 commits behind lisachenko/protocol-fcgi:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

Object-oriented implementation of FastCGI Protocol for PHP

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

About

FastCGI Protocol implementation for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages