From 975ed901aaf527ffe9029799e32be20ae78d4f32 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 11 Nov 2001 23:11:23 +0000 Subject: [PATCH] fixed output problem with output buffering handler. --- sapi/cgi/cgi_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 1907f46dde..527cb0159e 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -575,6 +575,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine SG(request_info).no_headers = 1; } php_print_info(0xFFFFFFFF TSRMLS_CC); + php_end_ob_buffers(1 TSRMLS_CC); exit(1); break; -- 2.50.1