Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for 7.3.0beta #14

Closed
wants to merge 1 commit into from
Closed

Conversation

remicollet
Copy link
Contributor

php_setcookie API have changed

-PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly);
+PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zend_string *samesite, int url_encode);

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 92.739% when pulling 96477c1 on remicollet:issue-php73b into 86a5b2b on pmjones:master.

@pmjones pmjones closed this Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants