Skip to content

Commit

Permalink
[PHP 8.4] Update WeakReference::__debugInfo() changelog (#4256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois authored Dec 6, 2024
1 parent 4b4292b commit 7caf0c1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions language/predefined/weakreference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,30 @@ NULL
</para>
</section>

<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
The output of <methodname>WeakReference::__debugInfo</methodname> now includes
the referenced object, or <literal>NULL</literal> if the reference is no longer
valid.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>

</partintro>

&language.predefined.weakreference.construct;
Expand Down

0 comments on commit 7caf0c1

Please sign in to comment.