]> granicus.if.org Git - php/commit
Add SAPI module for thttpd server. Quote from the README:
authorSascha Schumann <sas@php.net>
Mon, 20 Dec 1999 07:11:14 +0000 (07:11 +0000)
committerSascha Schumann <sas@php.net>
Mon, 20 Dec 1999 07:11:14 +0000 (07:11 +0000)
commit56a5e84f9ddbf2d63e34c797746124c5385306d4
tree69440866a3fe79033ed60c24a008ba5b9edb1234
parentf5d5637f729d9b6b221022a3a423d0d400560162
Add SAPI module for thttpd server. Quote from the README:

    This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
    turbo, throttling HTTP server by Jef Poskanzer.

    The module contains a patch against version 2.10 of thttpd. The patch
    adds hooks to thttpd to call PHP, if a filename matches *.php. This
    patch will be applied when you install PHP.

    While functional, this module exists primarily to demonstrate the
    ability of PHP to work in almost every web server environment.
sapi/thttpd/Makefile.am [new file with mode: 0644]
sapi/thttpd/README [new file with mode: 0644]
sapi/thttpd/config.m4 [new file with mode: 0644]
sapi/thttpd/php.sym [new file with mode: 0644]
sapi/thttpd/php_thttpd.h [new file with mode: 0644]
sapi/thttpd/thttpd.c [new file with mode: 0644]
sapi/thttpd/thttpd_patch [new file with mode: 0644]