1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

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

This commit is contained in:
Mikhail Alferov
2026-02-20 03:33:29 +03:00
committed by GitHub
parent 1beae37b69
commit 6122a8317c

View File

@@ -236,6 +236,13 @@
previously it was <literal>'D, d-M-Y H:i:s T'</literal>.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Passing unsupported keys now throws a <exceptionname>ValueError</exceptionname>
instead of emitting an <constant>E_WARNING</constant>.
</entry>
</row>
<row>
<entry>7.3.0</entry>
<entry>
@@ -244,14 +251,6 @@
SameSite cookie attribute.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Passing unsupported keys now throws a <exceptionname>ValueError</exceptionname>
instead of emitting an <constant>E_WARNING</constant>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>