summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 16:44:59 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 16:44:59 +0000
commit073b148167887c51f30fff8f7c569fcf28c5bb72 (patch)
tree0e7362611b67eb01a95c7ef65322aef0a1b05411 /sapi/phttpd
parent59b53ea2c8f1dbb4797ffac2a31caad392927b48 (diff)
downloadphp-git-073b148167887c51f30fff8f7c569fcf28c5bb72.tar.gz
More abstraction
Diffstat (limited to 'sapi/phttpd')
-rw-r--r--sapi/phttpd/phttpd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c
index a766816899..7c98cd70a3 100644
--- a/sapi/phttpd/phttpd.c
+++ b/sapi/phttpd/phttpd.c
@@ -167,6 +167,9 @@ static sapi_module_struct sapi_module = {
php_phttpd_startup, /* startup */
php_module_shutdown_wrapper, /* shutdown */
+ NULL, /* activate */
+ NULL, /* deactivate */
+
php_phttpd_sapi_ub_write, /* unbuffered write */
NULL, /* flush */