[DOC-CVS] [doc-en] master: setcookie.xml Arrange the versions of the change log (#5378)

[email protected] (Mikhail Alferov via GitHub) Fri, 20 Feb 2026 00:33:31 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-02-19T16:33:29-08:00

Commit: https://github.com/php/doc-en/commit/6122a8317ca0068fc71f6a5167e0a2d99166ec7c
Raw diff: https://github.com/php/doc-en/commit/6122a8317ca0068fc71f6a5167e0a2d99166ec7c.diff

setcookie.xml Arrange the versions of the change log (#5378)

Changed paths:
  M  reference/network/functions/setcookie.xml


Diff:

diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml
index 75ecb171a7a9..89d0f86a0c85 100644
--- a/reference/network/functions/setcookie.xml
+++ b/reference/network/functions/setcookie.xml
@@ -237,21 +237,20 @@
       </entry>
      </row>
      <row>
-      <entry>7.3.0</entry>
+      <entry>8.0.0</entry>
       <entry>
-       An alternative signature supporting an <parameter>options</parameter>
-       array has been added. This signature supports also setting of the
-       SameSite cookie attribute.
+       Passing unsupported keys now throws a <exceptionname>ValueError</exceptionname>
+       instead of emitting an <constant>E_WARNING</constant>.
       </entry>
      </row>
      <row>
-      <entry>8.0.0</entry>
+      <entry>7.3.0</entry>
       <entry>
-       Passing unsupported keys now throws a <exceptionname>ValueError</exceptionname>
-       instead of emitting an <constant>E_WARNING</constant>.
+       An alternative signature supporting an <parameter>options</parameter>
+       array has been added. This signature supports also setting of the
+       SameSite cookie attribute.
       </entry>
      </row>
-
     </tbody>
    </tgroup>
   </informaltable>