Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions reference/datetime/dateperiod/construct.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0cf48a5a4869bd8b42f84e7032076756cde6a474 Maintainer: cmb Status: ready -->
<!-- EN-Revision: 9eb962113cadccc164d196003062ff5d893de3a5 Maintainer: cmb Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: e2c7b3635d5353c05c248c29038bf9d5b7133d6e Reviewer: samesch -->

Expand Down Expand Up @@ -35,9 +35,8 @@
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</constructorsynopsis>
<simpara>
Stattdessen sollte
<methodname>DatePeriod::createFromISO8601String</methodname> verwendet
werden.
Diese Konstruktorvariante ist seit PHP 8.4.0 veraltet; stattdessen sollte
<methodname>DatePeriod::createFromISO8601String</methodname> verwendet werden.
</simpara>
</warning>
<para>
Expand Down Expand Up @@ -170,6 +169,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Die Signatur mit <parameter>isostr</parameter> ist veraltet, stattdessen
sollte <methodname>DatePeriod::createFromISO8601String</methodname>
verwendet werden.
</entry>
</row>
<row>
<entry>8.3.0</entry>
<entry>
Expand Down
9 changes: 8 additions & 1 deletion reference/datetime/datetime/modify.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3a8c3e77df070a046c9d5b56b68926ca2d7e5ee3 Maintainer: cmb Status: ready -->
<!-- EN-Revision: 9eb962113cadccc164d196003062ff5d893de3a5 Maintainer: cmb Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: bbfdc364de79d739aeccc611ef82111e7f15b4da Reviewer: samesch -->
<!-- CREDITS: Stefan Schenke -->
Expand Down Expand Up @@ -70,6 +70,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Hat nun einen vorläufigen Rückgabetyp von <type>DateTime</type>.
Zuvor war es <type class="union"><type>DateTime</type><type>false</type></type>.
</entry>
</row>
<row>
<entry>8.3.0</entry>
<entry>
Expand Down
Loading