diff options
Diffstat (limited to 'src/sp_cookie_encryption.c')
| -rw-r--r-- | src/sp_cookie_encryption.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c index b2cff66..8b24a9c 100644 --- a/src/sp_cookie_encryption.c +++ b/src/sp_cookie_encryption.c | |||
| @@ -98,7 +98,7 @@ PHP_FUNCTION(sp_setcookie) { | |||
| 98 | zval *expires_or_options = NULL; | 98 | zval *expires_or_options = NULL; |
| 99 | zend_bool secure = 0, httponly = 0; | 99 | zend_bool secure = 0, httponly = 0; |
| 100 | const sp_cookie *cookie_node = NULL; | 100 | const sp_cookie *cookie_node = NULL; |
| 101 | char *cookie_samesite; | 101 | const char *cookie_samesite; |
| 102 | 102 | ||
| 103 | // LCOV_EXCL_BR_START | 103 | // LCOV_EXCL_BR_START |
| 104 | ZEND_PARSE_PARAMETERS_START(1, 7) | 104 | ZEND_PARSE_PARAMETERS_START(1, 7) |
