summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-31 06:28:05 +0000
committerZeev Suraski <zeev@php.net>2001-07-31 06:28:05 +0000
commitbc42c37513a730b0b3ff9cf29e14e45e4ec50c71 (patch)
treec4857143995f88a04e3f9d56cb5f8d757fa07575 /sapi/pi3web/pi3web_sapi.c
parent0b7fdbb690b0270d13266a83521d1fd03e2c270c (diff)
downloadphp-git-bc42c37513a730b0b3ff9cf29e14e45e4ec50c71.tar.gz
More TSRMLS_FETCH work. Got it under 400 now.
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
-rw-r--r--sapi/pi3web/pi3web_sapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c
index 66c5be1783..3a52e14cd2 100644
--- a/sapi/pi3web/pi3web_sapi.c
+++ b/sapi/pi3web/pi3web_sapi.c
@@ -413,7 +413,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), 1, 1);
+ sapi_add_header_ex(header_line, strlen(header_line), 1, 1 TSRMLS_CC);
if ( open_file_for_scanning( &file_handle TSRMLS_CC ) == SUCCESS )
{
zend_indent();