diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-11-11 23:11:23 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-11-11 23:11:23 +0000 |
commit | 975ed901aaf527ffe9029799e32be20ae78d4f32 (patch) | |
tree | 253b451a873c62f4e4eef1505c62db010eb56919 /sapi/cgi/cgi_main.c | |
parent | 5ccdb1d352b7b38071d9813cfb173579f08fec1c (diff) | |
download | php-git-975ed901aaf527ffe9029799e32be20ae78d4f32.tar.gz |
fixed output problem with output buffering handler.
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |