mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update UPGRADING.INTERNALS wrt. Same Site Cookies
This commit is contained in:
parent
7aca2bdbb1
commit
4faf135d90
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
|
|||
y. zend_constant
|
||||
z. HAVE_ST_BLKSIZE and HAVE_ST_RDEV
|
||||
aa. RETSIGTYPE
|
||||
bb. php_setcookie
|
||||
|
||||
2. Build system changes
|
||||
a. Unix build system changes
|
||||
|
@ -174,6 +175,12 @@ PHP 7.3 INTERNALS UPGRADE NOTES
|
|||
aa. RETSIGTYPE has been removed from the generated php_config.h and should be
|
||||
replaced with void.
|
||||
|
||||
bb. php_setcookie() now expects an additional samesite argument, and the
|
||||
url_encode parameter has been moved to the end. The signature is now:
|
||||
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);
|
||||
|
||||
========================
|
||||
2. Build system changes
|
||||
========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue