aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorch1p <me@ch1p.com>2023-06-20 01:50:40 +0300
committerch1p <me@ch1p.com>2023-06-20 01:50:40 +0300
commit0762f58a8664c077d106139fb1e3812135f698bd (patch)
tree0ed17aa238d6f60a170d8b673f1a475596a7ca5c
parent1cf53c72d5e90089722b15e1aac44b8cdcb4db60 (diff)
support building for php8, drop php5 support
-rw-r--r--vkflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vkflex.c b/vkflex.c
index bb3a9ff..a2655d6 100644
--- a/vkflex.c
+++ b/vkflex.c
@@ -48,7 +48,7 @@ PHP_FUNCTION(vkflex)
long name_len, case_len;
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) {
RETURN_NULL();
}