Fix ZTS build

This commit is contained in:
Marcus Boerger 2004-01-01 19:25:02 +00:00
parent 27319233e5
commit 6bfa014748

View file

@ -134,7 +134,7 @@ PHP_FUNCTION(recode_string)
int req_len, str_len;
char *req, *str;
if (zend_parse_parameters(TSRMLS_CC ZEND_NUM_ARGS(), "ss", &req, &req_len, &str, &str_len) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &req, &req_len, &str, &str_len) == FAILURE) {
return;
}