summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgi_main.c b/cgi_main.c
index ae435e39e8..24ceb764ea 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -347,7 +347,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
SG(headers_sent) = 1;
}
cgi_started=1;
- php3_TreatHeaders();
php_print_info(0xFFFFFFFF);
exit(1);
break;
@@ -404,8 +403,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
file_handle.type = ZEND_HANDLE_FP;
file_handle.handle.fp = stdin;
- php3_TreatHeaders();
-
if (!cgi) {
if (!SG(request_info).query_string) {