summaryrefslogtreecommitdiff
path: root/src/sp_cookie_encryption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_cookie_encryption.c')
-rw-r--r--src/sp_cookie_encryption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c
index 29e96b1..09cf884 100644
--- a/src/sp_cookie_encryption.c
+++ b/src/sp_cookie_encryption.c
@@ -167,7 +167,7 @@ static zend_string *encrypt_data(char *data, unsigned long long data_len) {
167} 167}
168 168
169PHP_FUNCTION(sp_setcookie) { 169PHP_FUNCTION(sp_setcookie) {
170 zval params[7] = {0}; 170 zval params[7] = {{{0}}};
171 zend_string *name = NULL, *value = NULL, *path = NULL, *domain = NULL, 171 zend_string *name = NULL, *value = NULL, *path = NULL, *domain = NULL,
172 *samesite = NULL; 172 *samesite = NULL;
173 zend_long expires = 0; 173 zend_long expires = 0;