opcache: fix XML to remove useless wrapping para tags via script

This commit is contained in:
Gina Peter Banyard
2026-01-18 18:50:51 +00:00
parent 749f17a774
commit 37be159c08
7 changed files with 959 additions and 970 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3cbc58c1afecef1a9ea62b4c264efeaed067b530 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<refentry xml:id="function.opcache-compile-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
<!-- CREDITS: marcosmarcolin -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-compile-file">
<refnamediv>
<refname>opcache_compile_file</refname>
<refpurpose>Compila e armazena em cache um script PHP sem executá-lo</refpurpose>
@@ -53,11 +54,9 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_invalidate</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_invalidate</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<refentry xml:id="function.opcache-get-configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
<!-- CREDITS: marcosmarcolin -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-configuration">
<refnamediv>
<refname>opcache_get_configuration</refname>
<refpurpose>Obtém informações de configuração sobre o cache</refpurpose>
@@ -40,11 +41,9 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_get_status</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_get_status</function></member>
</simplelist>
</refsect1>
</refentry>

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 23d4ebeeb5fb4ad24acb8a63f062f3406de3b2bc Maintainer: leonardolara Status: ready --><!-- CREDITS: marcosmarcolin,leonardolara -->
<refentry xml:id="function.opcache-get-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: leonardolara Status: ready -->
<!-- CREDITS: marcosmarcolin,leonardolara -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-status">
<refnamediv>
<refname>opcache_get_status</refname>
<refpurpose>Obtém informações de status sobre o cache</refpurpose>
@@ -177,11 +178,9 @@ array(9) {
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_get_configuration</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_get_configuration</function></member>
</simplelist>
</refsect1>
</refentry>

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<refentry xml:id="function.opcache-invalidate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
<!-- CREDITS: marcosmarcolin -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-invalidate">
<refnamediv>
<refname>opcache_invalidate</refname>
<refpurpose>Invalida um script em cache</refpurpose>
@@ -55,12 +56,10 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_compile_file</function></member>
<member><function>opcache_reset</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_compile_file</function></member>
<member><function>opcache_reset</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<refentry xml:id="function.opcache-is-script-cached" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
<!-- CREDITS: marcosmarcolin -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-is-script-cached">
<refnamediv>
<refname>opcache_is_script_cached</refname>
<refpurpose>Informa se um script é armazenado em cache no OPCache</refpurpose>
@@ -43,11 +44,9 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_compile_file</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_compile_file</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 8845dc32b53c8151edd4c0e691c2bc99f9ec46d0 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<refentry xml:id="function.opcache-reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: marcosmarcolin Status: ready -->
<!-- CREDITS: marcosmarcolin -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-reset">
<refnamediv>
<refname>opcache_reset</refname>
<refpurpose>Redefine o conteúdo do cache opcode</refpurpose>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>opcache_reset</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Esta função redefine todo o cache do opcode. Depois de chamar
@@ -36,15 +36,12 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>opcache_invalidate</function></member>
<member><function>opcache_get_status</function></member>
</simplelist>
</para>
<simplelist>
<member><function>opcache_invalidate</function></member>
<member><function>opcache_get_status</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

File diff suppressed because it is too large Load Diff