summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-06 21:58:49 +0000
committerZeev Suraski <zeev@php.net>1999-05-06 21:58:49 +0000
commitade1117ebd6a7a64faccf48a3811ee92e2ac9d9d (patch)
treee5bcaebd5e279804d87dab91d7b6f6486e3ca193 /cgi_main.c
parent324593224db214d6f5d75e1e6b4008704be912e2 (diff)
downloadphp-git-ade1117ebd6a7a64faccf48a3811ee92e2ac9d9d.tar.gz
* Get output buffering to work again
* Warn about adding header information after headers are sent * Several fixes
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 */