Skip to content

Commit 37be159

Browse files
committed
opcache: fix XML to remove useless wrapping para tags via script
1 parent 749f17a commit 37be159

7 files changed

Lines changed: 965 additions & 976 deletions

File tree

reference/opcache/functions/opcache-compile-file.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 3cbc58c1afecef1a9ea62b4c264efeaed067b530 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
3-
<refentry xml:id="function.opcache-compile-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
3+
<!-- CREDITS: marcosmarcolin -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-compile-file">
45
<refnamediv>
56
<refname>opcache_compile_file</refname>
67
<refpurpose>Compila e armazena em cache um script PHP sem executá-lo</refpurpose>
@@ -53,11 +54,9 @@
5354

5455
<refsect1 role="seealso">
5556
&reftitle.seealso;
56-
<para>
57-
<simplelist>
58-
<member><function>opcache_invalidate</function></member>
59-
</simplelist>
60-
</para>
57+
<simplelist>
58+
<member><function>opcache_invalidate</function></member>
59+
</simplelist>
6160
</refsect1>
6261
</refentry>
6362
<!-- Keep this comment at the end of the file

reference/opcache/functions/opcache-get-configuration.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
3-
<refentry xml:id="function.opcache-get-configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
3+
<!-- CREDITS: marcosmarcolin -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-configuration">
45
<refnamediv>
56
<refname>opcache_get_configuration</refname>
67
<refpurpose>Obtém informações de configuração sobre o cache</refpurpose>
@@ -40,11 +41,9 @@
4041

4142
<refsect1 role="seealso">
4243
&reftitle.seealso;
43-
<para>
44-
<simplelist>
45-
<member><function>opcache_get_status</function></member>
46-
</simplelist>
47-
</para>
44+
<simplelist>
45+
<member><function>opcache_get_status</function></member>
46+
</simplelist>
4847
</refsect1>
4948

5049
</refentry>

reference/opcache/functions/opcache-get-status.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 23d4ebeeb5fb4ad24acb8a63f062f3406de3b2bc Maintainer: leonardolara Status: ready --><!-- CREDITS: marcosmarcolin,leonardolara -->
3-
<refentry xml:id="function.opcache-get-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: leonardolara Status: ready -->
3+
<!-- CREDITS: marcosmarcolin,leonardolara -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-status">
45
<refnamediv>
56
<refname>opcache_get_status</refname>
67
<refpurpose>Obtém informações de status sobre o cache</refpurpose>
@@ -177,11 +178,9 @@ array(9) {
177178

178179
<refsect1 role="seealso">
179180
&reftitle.seealso;
180-
<para>
181-
<simplelist>
182-
<member><function>opcache_get_configuration</function></member>
183-
</simplelist>
184-
</para>
181+
<simplelist>
182+
<member><function>opcache_get_configuration</function></member>
183+
</simplelist>
185184
</refsect1>
186185

187186
</refentry>

reference/opcache/functions/opcache-invalidate.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
3-
<refentry xml:id="function.opcache-invalidate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
3+
<!-- CREDITS: marcosmarcolin -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-invalidate">
45
<refnamediv>
56
<refname>opcache_invalidate</refname>
67
<refpurpose>Invalida um script em cache</refpurpose>
@@ -55,12 +56,10 @@
5556

5657
<refsect1 role="seealso">
5758
&reftitle.seealso;
58-
<para>
59-
<simplelist>
60-
<member><function>opcache_compile_file</function></member>
61-
<member><function>opcache_reset</function></member>
62-
</simplelist>
63-
</para>
59+
<simplelist>
60+
<member><function>opcache_compile_file</function></member>
61+
<member><function>opcache_reset</function></member>
62+
</simplelist>
6463
</refsect1>
6564
</refentry>
6665
<!-- Keep this comment at the end of the file

reference/opcache/functions/opcache-is-script-cached.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
3-
<refentry xml:id="function.opcache-is-script-cached" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
3+
<!-- CREDITS: marcosmarcolin -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-is-script-cached">
45
<refnamediv>
56
<refname>opcache_is_script_cached</refname>
67
<refpurpose>Informa se um script é armazenado em cache no OPCache</refpurpose>
@@ -43,11 +44,9 @@
4344

4445
<refsect1 role="seealso">
4546
&reftitle.seealso;
46-
<para>
47-
<simplelist>
48-
<member><function>opcache_compile_file</function></member>
49-
</simplelist>
50-
</para>
47+
<simplelist>
48+
<member><function>opcache_compile_file</function></member>
49+
</simplelist>
5150
</refsect1>
5251
</refentry>
5352
<!-- Keep this comment at the end of the file

reference/opcache/functions/opcache-reset.xml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 8845dc32b53c8151edd4c0e691c2bc99f9ec46d0 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
3-
4-
<refentry xml:id="function.opcache-reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
3+
<!-- CREDITS: marcosmarcolin -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-reset">
55
<refnamediv>
66
<refname>opcache_reset</refname>
77
<refpurpose>Redefine o conteúdo do cache opcode</refpurpose>
@@ -11,7 +11,7 @@
1111
&reftitle.description;
1212
<methodsynopsis>
1313
<type>bool</type><methodname>opcache_reset</methodname>
14-
<void />
14+
<void/>
1515
</methodsynopsis>
1616
<para>
1717
Esta função redefine todo o cache do opcode. Depois de chamar
@@ -36,15 +36,12 @@
3636

3737
<refsect1 role="seealso">
3838
&reftitle.seealso;
39-
<para>
40-
<simplelist>
41-
<member><function>opcache_invalidate</function></member>
42-
<member><function>opcache_get_status</function></member>
43-
</simplelist>
44-
</para>
39+
<simplelist>
40+
<member><function>opcache_invalidate</function></member>
41+
<member><function>opcache_get_status</function></member>
42+
</simplelist>
4543
</refsect1>
4644
</refentry>
47-
4845
<!-- Keep this comment at the end of the file
4946
Local variables:
5047
mode: sgml

0 commit comments

Comments
 (0)