Skip to content

Commit

Permalink
Adding missing TSRMLS_CC
Browse files Browse the repository at this point in the history
  • Loading branch information
fmk committed Aug 6, 2001
1 parent 755723b commit 96607eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/isapi/php4isapi.c
Expand Up @@ -675,7 +675,7 @@ static void php_isapi_report_exception(char *message, int message_len TSRMLS_DC)
lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
SG(headers_sent)=1;
}
sapi_isapi_ub_write(message, message_len);
sapi_isapi_ub_write(message, message_len TSRMLS_CC);
}


Expand Down

0 comments on commit 96607eb

Please sign in to comment.