mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Fix UPGRADING
This commit is contained in:
parent
974abd8b43
commit
bf5cf79456
@ -348,7 +348,7 @@ Standard:
|
||||
. setcookie() and setrawcookie() now also support the following signature:
|
||||
set(raw)cookie(string $name, [string $value, [array $options]])
|
||||
where $options is an associative array which may have any of the keys
|
||||
"lifetime", "path", "domain", "secure", "httponly" and "samesite".
|
||||
"expires", "path", "domain", "secure", "httponly" and "samesite".
|
||||
|
||||
PCRE:
|
||||
. preg_quote() now also escapes the '#' character.
|
||||
|
Loading…
Reference in New Issue
Block a user