Skip to content

Commit f6f2491

Browse files
authored
[Sync EN] DATE_RFC7231 constant has been deprecated in PHP 8.5 (#2755)
Ajout de l'entree changelog pour DATE_RFC7231 / DateTimeInterface::RFC7231 obsoletes en PHP 8.5. Fixes #2752
1 parent f7ce7ad commit f6f2491

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

reference/datetime/datetimeinterface.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a69d8c2c891e70c03c33cbe251a208dd7d185af9 Maintainer: lacatoire Status: ready -->
3+
<!-- EN-Revision: e1e7f1f922033c50c2fd2d33fc5e0512f4e76844 Maintainer: lacatoire Status: ready -->
44
<!-- Reviewed: no -->
55
<reference xml:id="class.datetimeinterface" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66

@@ -369,6 +369,13 @@
369369
</row>
370370
</thead>
371371
<tbody>
372+
<row>
373+
<entry>8.5.0</entry>
374+
<entry>
375+
Les constantes <constant>DATE_RFC7231</constant> et
376+
<constant>DateTimeInterface::RFC7231</constant> ont été rendues obsolètes.
377+
</entry>
378+
</row>
372379
<row>
373380
<entry>8.4.0</entry>
374381
<entry>

0 commit comments

Comments
 (0)