]> granicus.if.org Git - php/commit
@ New FastCGI server module
authorBen Mansell <joosters@php.net>
Mon, 19 Mar 2001 11:03:29 +0000 (11:03 +0000)
committerBen Mansell <joosters@php.net>
Mon, 19 Mar 2001 11:03:29 +0000 (11:03 +0000)
commit08df6f9b675041fca86f6854a567a9a09ffcbdad
tree51cee017edb00d0ba5ce5d14397afdee329110b6
parentd8f3ea791a6e84c91a192149be8c750d8733942f
@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
Makefile.in
configure.in
sapi/fastcgi/CREDITS [new file with mode: 0644]
sapi/fastcgi/Makefile.in [new file with mode: 0644]
sapi/fastcgi/README.FastCGI [new file with mode: 0644]
sapi/fastcgi/config.m4 [new file with mode: 0644]
sapi/fastcgi/fastcgi.c [new file with mode: 0644]
sapi/fastcgi/php.sym [new file with mode: 0644]
sapi/fastcgi/php_fastcgi.h [new file with mode: 0644]