Skip to content

Commit bf5cf79

Browse files
committed
Fix UPGRADING
1 parent 974abd8 commit bf5cf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Standard:
348348
. setcookie() and setrawcookie() now also support the following signature:
349349
set(raw)cookie(string $name, [string $value, [array $options]])
350350
where $options is an associative array which may have any of the keys
351-
"lifetime", "path", "domain", "secure", "httponly" and "samesite".
351+
"expires", "path", "domain", "secure", "httponly" and "samesite".
352352

353353
PCRE:
354354
. preg_quote() now also escapes the '#' character.

0 commit comments

Comments
 (0)