summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 13:31:28 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 13:31:28 +0200
commitbf5cf794565cf0980d5922b8ece7ad5836a07c29 (patch)
tree892f28d15826e261f37d92dced9c511374825778
parent974abd8b432a3d495539ebcfb864ae7340ee0f53 (diff)
downloadphp-git-bf5cf794565cf0980d5922b8ece7ad5836a07c29.tar.gz
Fix UPGRADING
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index b2ec6bcd0b..656b7d8fca 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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.