php-src/sapi
Andi Gutmans 0330643ea2 - Revert patch which seems to have caused the STOP mechanism not to work.
- I'm not quite sure why this should have caused harm even if not completey
- the right way of doing it.
2000-11-01 11:23:52 +00:00
..
aolserver Remove --with-aolserver-src directive. 2000-10-30 11:44:18 +00:00
apache - Revert patch which seems to have caused the STOP mechanism not to work. 2000-11-01 11:23:52 +00:00
apache2 Initial steps to move the INI mechanism to the Zend engine 2000-10-29 11:38:26 +00:00
apache2filter POSTs work fine 2000-10-29 17:48:13 +00:00
cgi Fix -d functionality 2000-10-31 16:16:57 +00:00
fhttpd
isapi Unify handling of aborted connections 2000-10-29 16:14:27 +00:00
nsapi Unify handling of aborted connections 2000-10-29 16:14:27 +00:00
phttpd Unify handling of aborted connections 2000-10-29 16:14:27 +00:00
pi3web Unify handling of aborted connections 2000-10-29 16:14:27 +00:00
roxen Unify handling of aborted connections 2000-10-29 16:14:27 +00:00
servlet added tsrm dir to include path, and release_ts_inline to lib path 2000-09-26 11:23:56 +00:00
thttpd Add/unify aborted connection handling 2000-10-29 16:01:02 +00:00
Makefile.in
README Remove obsolete note about Makefile.am 2000-08-27 10:05:23 +00:00

Each SAPI backend has to contain:

config.m4: just like for extensions, this file contains
autoconf/automake directives that end up in the configure script.  The
only difference is that the sapi config.m4 files are read in diversion
(output block) 2 instead of 3.  The sapi config.m4 files should set
two variables: PHP_SAPI (which sapi backend to choose) and INSTALL_IT
(the actions performed when "make install" is executed).  If they are
not specified, they will default to "cgi" and "do nothing,"
respectively.  Additionally, the following m4 macros can be used to
influence what is created during "make":

PHP_BUILD_SHARED    -- build shared target      libs/libphp4.so
PHP_BUILD_STATIC    -- build static target      libs/libphp4.a
PHP_BUILD_PROGRAM   -- build executable         php

(paths relative to top build dir)