diff options
Diffstat (limited to 'sapi/phttpd/phttpd.c')
-rw-r--r-- | sapi/phttpd/phttpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index 76184a7e7a..194cf9ebf5 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -173,7 +173,8 @@ static sapi_module_struct sapi_module = { php_phttpd_sapi_ub_write, /* unbuffered write */ NULL, /* flush */ NULL, /* get uid */ - + NULL, /* getenv */ + php_error, /* error handler */ php_phttpd_sapi_header_handler, /* header handler */ |