mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix ZTS build
This commit is contained in:
parent
27319233e5
commit
6bfa014748
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue