Skip to content

Commit

Permalink
fixed output problem with output buffering handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Hirokawa committed Nov 12, 2001
1 parent b73a208 commit 2759237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/cgi/cgi_main.c
Expand Up @@ -571,6 +571,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;

Expand Down

0 comments on commit 2759237

Please sign in to comment.