Skip to content

Commit 99a0468

Browse files
committed
build fix
1 parent 1c53a4d commit 99a0468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, s
17271727
PHP_FUNCTION(session_set_cookie_params)
17281728
{
17291729
HashTable *options_ht;
1730-
zend_long lifetime_long;
1730+
zend_long lifetime_long = 0;
17311731
zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL;
17321732
bool secure = 0, secure_null = 1;
17331733
bool httponly = 0, httponly_null = 1;

0 commit comments

Comments
 (0)