Skip to content

Commit 7499f8f

Browse files
committed
[Sync EN] readline: PHP 8.5 changelog entries
Refs: php/doc-en@be246a2
1 parent 8a673ae commit 7499f8f

4 files changed

Lines changed: 71 additions & 4 deletions

File tree

language-snippets.ent

Lines changed: 15 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: 525aa5f198d482c0d03be54ddee5af13b376ab99 Maintainer: leonardolara Status: ready --><!-- CREDITS: adiel, ae, atomotavio, fabioluciano, felipe, klaussilveira, rafaelbernard, leonardolara, fernandowobeto -->
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,6 +852,20 @@ 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>
857+
<entry>
858+
O tipo do retorno agora é &true;; anteriormente, era <type>bool</type>.
859+
</entry>
860+
</row>'>
861+
862+
<!ENTITY return.type.true.85 '<row xmlns="http://docbook.org/ns/docbook">
863+
<entry>8.5.0</entry>
864+
<entry>
865+
O tipo do retorno agora é &true;; anteriormente, era <type>bool</type>.
866+
</entry>
867+
</row>'>
868+
855869
<!ENTITY return.falseforfailure ' ou &false; em caso de falha'>
856870
<!ENTITY return.falseforfailure.style.procedural '&style.procedural; retorna &false; em caso de falha.'>
857871

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)