support building for php8, drop php5 support
This commit is contained in:
parent
1cf53c72d5
commit
0762f58a86
2
vkflex.c
2
vkflex.c
@ -48,7 +48,7 @@ PHP_FUNCTION(vkflex)
|
|||||||
long name_len, case_len;
|
long name_len, case_len;
|
||||||
long sex, lang, type;
|
long sex, lang, type;
|
||||||
|
|
||||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sslll",
|
if (zend_parse_parameters(ZEND_NUM_ARGS(), "sslll",
|
||||||
&name, &name_len, &case_, &case_len, &sex, &lang, &type) == FAILURE) {
|
&name, &name_len, &case_, &case_len, &sex, &lang, &type) == FAILURE) {
|
||||||
RETURN_NULL();
|
RETURN_NULL();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user