fix ZTS build

This commit is contained in:
Antony Dovgal 2006-10-03 13:44:14 +00:00
parent e8ddcf1077
commit 7dd21d2b9f

View File

@ -6379,7 +6379,7 @@ PHP_FUNCTION(count_chars)
char retstr[256];
int retlen=0;
if (zend_parse_parameters(ZEND_NUM_ARGS(), "t|l", &input, &input_len,
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "t|l", &input, &input_len,
&type, &mode) == FAILURE) {
return;
}