support building for php8, drop php5 support

This commit is contained in:
ch1p 2023-06-20 01:50:40 +03:00
parent 1cf53c72d5
commit 0762f58a86

View File

@ -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();
} }