Skip to content

Commit 2babef3

Browse files
authored
[Sync EN] readline: PHP 8.5 changelog entries (#775)
Refs: php/doc-en@be246a2
1 parent 5d89bd9 commit 2babef3

4 files changed

Lines changed: 59 additions & 6 deletions

File tree

language-snippets.ent

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 8a910daad2efdfd29acf6766be8bca7c32c3dd2a Maintainer: leonardolara Status: ready --><!-- CREDITS: adiel, ae, atomotavio, fabioluciano, felipe, klaussilveira, rafaelbernard, leonardolara, fernandowobeto, abdalazard -->
2+
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: leonardolara Status: ready --><!-- CREDITS: adiel, ae, atomotavio, fabioluciano, felipe, klaussilveira, rafaelbernard, leonardolara, fernandowobeto -->
33

44
<!ENTITY installation.enabled.disable 'Esta extensão está habilitada por padrão. Ela pode ser desabilitada usando a seguinte opção em tempo de compilação: '>
55

@@ -852,8 +852,8 @@ para uma descrição dos <literal xmlns="http://docbook.org/ns/docbook">contexto
852852
</entry>
853853
</row>'>
854854

855-
<!ENTITY return.type.true.84 '<row xmlns="http://docbook.org/ns/docbook">
856-
<entry>8.4.0</entry>
855+
<!ENTITY return.type.true.85 '<row xmlns="http://docbook.org/ns/docbook">
856+
<entry>8.5.0</entry>
857857
<entry>
858858
O tipo do retorno agora é &true;; anteriormente, era <type>bool</type>.
859859
</entry>

reference/readline/functions/readline-add-history.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
2+
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
33
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-add-history">
44
<refnamediv>
55
<refname>readline_add_history</refname>
@@ -37,6 +37,24 @@
3737
&return.true.always;
3838
</simpara>
3939
</refsect1>
40+
41+
<refsect1 role="changelog">
42+
&reftitle.changelog;
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+
&return.type.true.85;
53+
</tbody>
54+
</tgroup>
55+
</informaltable>
56+
</refsect1>
57+
4058
</refentry>
4159
<!-- Keep this comment at the end of the file
4260
Local variables:

reference/readline/functions/readline-callback-handler-install.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: leonardolara Status: ready -->
2+
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: leonardolara Status: ready -->
33
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-callback-handler-install">
44
<refnamediv>
55
<refname>readline_callback_handler_install</refname>
@@ -57,6 +57,23 @@
5757
</simpara>
5858
</refsect1>
5959

60+
<refsect1 role="changelog">
61+
&reftitle.changelog;
62+
<informaltable>
63+
<tgroup cols="2">
64+
<thead>
65+
<row>
66+
<entry>&Version;</entry>
67+
<entry>&Description;</entry>
68+
</row>
69+
</thead>
70+
<tbody>
71+
&return.type.true.85;
72+
</tbody>
73+
</tgroup>
74+
</informaltable>
75+
</refsect1>
76+
6077
<refsect1 role="examples">
6178
&reftitle.examples;
6279
<example>

reference/readline/functions/readline-clear-history.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
2+
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
33
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-clear-history">
44
<refnamediv>
55
<refname>readline_clear_history</refname>
@@ -28,6 +28,24 @@
2828
&return.true.always;
2929
</simpara>
3030
</refsect1>
31+
32+
<refsect1 role="changelog">
33+
&reftitle.changelog;
34+
<informaltable>
35+
<tgroup cols="2">
36+
<thead>
37+
<row>
38+
<entry>&Version;</entry>
39+
<entry>&Description;</entry>
40+
</row>
41+
</thead>
42+
<tbody>
43+
&return.type.true.85;
44+
</tbody>
45+
</tgroup>
46+
</informaltable>
47+
</refsect1>
48+
3149
</refentry>
3250
<!-- Keep this comment at the end of the file
3351
Local variables:

0 commit comments

Comments
 (0)