Skip to content

Commit 4d04436

Browse files
authored
Sync EN: gc_collect_cycles changelog PHP 8.5 (#5528) (#547)
1 parent aa281d7 commit 4d04436

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

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

Lines changed: 22 additions & 23 deletions
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: 3dee475a90f49a8b755b741e892723eb68e68993 Maintainer: jorgeolaya Status: ready -->
3+
<!-- EN-Revision: eec7af8395621ed03c2f4ffe8e7d784da6641739 Maintainer: lacatoire Status: ready -->
44
<!-- Reviewed: no Maintainer: andresdzphp -->
55

66
<refentry xml:id="function.gc-collect-cycles" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -41,29 +41,28 @@
4141
</refsect1>
4242
-->
4343

44-
<!-- Use when a CHANGELOG exists
4544
<refsect1 role="changelog">
46-
&reftitle.changelog;
47-
<para>
48-
<informaltable>
49-
<tgroup cols="2">
50-
<thead>
51-
<row>
52-
<entry>&Version;</entry>
53-
<entry>&Description;</entry>
54-
</row>
55-
</thead>
56-
<tbody>
57-
<row>
58-
<entry>Enter the PHP version of change here</entry>
59-
<entry>Description of change</entry>
60-
</row>
61-
</tbody>
62-
</tgroup>
63-
</informaltable>
64-
</para>
65-
</refsect1>
66-
-->
45+
&reftitle.changelog;
46+
<informaltable>
47+
<tgroup cols="2">
48+
<thead>
49+
<row>
50+
<entry>&Version;</entry>
51+
<entry>&Description;</entry>
52+
</row>
53+
</thead>
54+
<tbody>
55+
<row>
56+
<entry>8.5.0</entry>
57+
<entry>
58+
El valor de retorno ya no incluye las cadenas y los recursos que
59+
fueron recolectados indirectamente a través de los ciclos.
60+
</entry>
61+
</row>
62+
</tbody>
63+
</tgroup>
64+
</informaltable>
65+
</refsect1>
6766

6867
<!-- Use when examples exist
6968
<refsect1 role="examples">

0 commit comments

Comments
 (0)