From 6122a8317ca0068fc71f6a5167e0a2d99166ec7c Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Fri, 20 Feb 2026 03:33:29 +0300 Subject: [PATCH] setcookie.xml Arrange the versions of the change log (#5378) --- reference/network/functions/setcookie.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml index 75ecb171a7..89d0f86a0c 100644 --- a/reference/network/functions/setcookie.xml +++ b/reference/network/functions/setcookie.xml @@ -236,6 +236,13 @@ previously it was 'D, d-M-Y H:i:s T'. + + 8.0.0 + + Passing unsupported keys now throws a ValueError + instead of emitting an E_WARNING. + + 7.3.0 @@ -244,14 +251,6 @@ SameSite cookie attribute. - - 8.0.0 - - Passing unsupported keys now throws a ValueError - instead of emitting an E_WARNING. - - -