From 31252e854b77700a6ae30b0d16a270b4aa385497 Mon Sep 17 00:00:00 2001 From: Holger Zimmermann Date: Fri, 20 Jul 2001 22:11:13 +0000 Subject: [PATCH] Updated --- sapi/pi3web/pi3web_sapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 2f949c3d3a..443fcf88bb 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -415,7 +415,7 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) break; case PHP_MODE_INDENT: header_line = (char *)estrdup("Content-Type: text/plain"); - sapi_add_header_ex(header_line, strlen(header_line), TRUE, TRUE); + sapi_add_header_ex(header_line, strlen(header_line), 1, 1); if ( open_file_for_scanning( &file_handle CLS_CC ) == SUCCESS ) { zend_indent(); -- 2.50.1