Skip to content

Commit eec7af8

Browse files
gc-collect-cycles(): add changelog for PHP 8.5 (#5528)
1 parent dd22c78 commit eec7af8

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

reference/info/functions/gc-collect-cycles.xml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,28 @@
3838
</refsect1>
3939
-->
4040

41-
<!-- Use when a CHANGELOG exists
4241
<refsect1 role="changelog">
4342
&reftitle.changelog;
44-
<para>
45-
<informaltable>
46-
<tgroup cols="2">
47-
<thead>
48-
<row>
49-
<entry>&Version;</entry>
50-
<entry>&Description;</entry>
51-
</row>
52-
</thead>
53-
<tbody>
54-
<row>
55-
<entry>Enter the PHP version of change here</entry>
56-
<entry>Description of change</entry>
57-
</row>
58-
</tbody>
59-
</tgroup>
60-
</informaltable>
61-
</para>
43+
<informaltable>
44+
<tgroup cols="2">
45+
<thead>
46+
<row>
47+
<entry>&Version;</entry>
48+
<entry>&Description;</entry>
49+
</row>
50+
</thead>
51+
<tbody>
52+
<row>
53+
<entry>8.5.0</entry>
54+
<entry>
55+
The return value no longer includes strings and resources that were
56+
indirectly collected through cycles.
57+
</entry>
58+
</row>
59+
</tbody>
60+
</tgroup>
61+
</informaltable>
6262
</refsect1>
63-
-->
6463

6564
<!-- Use when examples exist
6665
<refsect1 role="examples">

0 commit comments

Comments
 (0)