summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi_main.c b/cgi_main.c
index 4f4b41bba1..fa438d6eac 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -93,6 +93,8 @@ static sapi_module_struct sapi_module = {
zend_cgibin_ub_write, /* unbuffered write */
+ php3_error, /* error handler */
+
NULL, /* header handler */
NULL, /* send headers handler */
sapi_cgi_send_header, /* send header handler */