From: Holger Zimmermann Date: Fri, 20 Jul 2001 22:11:13 +0000 (+0000) Subject: Updated X-Git-Tag: PRE_TSRM_MERGE_PATCH~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31252e854b77700a6ae30b0d16a270b4aa385497;p=php Updated --- 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();