Skip to content

Commit 1090ecc

Browse files
committed
opcache: fix XML to remove useless wrapping para tags via script
1 parent fc95eac commit 1090ecc

File tree

7 files changed

+968
-986
lines changed

7 files changed

+968
-986
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 3cbc58c1afecef1a9ea62b4c264efeaed067b530 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
5-
<refentry xml:id="function.opcache-compile-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-compile-file">
66
<refnamediv>
77
<refname>opcache_compile_file</refname>
88
<refpurpose>PHP スクリプトを、実行せずにコンパイルしてキャッシュする</refpurpose>
@@ -54,11 +54,9 @@
5454

5555
<refsect1 role="seealso">
5656
&reftitle.seealso;
57-
<para>
58-
<simplelist>
59-
<member><function>opcache_invalidate</function></member>
60-
</simplelist>
61-
</para>
57+
<simplelist>
58+
<member><function>opcache_invalidate</function></member>
59+
</simplelist>
6260
</refsect1>
6361
</refentry>
6462
<!-- Keep this comment at the end of the file

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: satoruyoshida Status: ready -->
4-
<refentry xml:id="function.opcache-get-configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: satoruyoshida Status: ready -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-configuration">
55
<refnamediv>
66
<refname>opcache_get_configuration</refname>
77
<refpurpose>キャッシュについての構成情報を取得</refpurpose>
@@ -39,14 +39,12 @@
3939
ステータス情報は返されません。
4040
</para>
4141
</refsect1>
42-
42+
4343
<refsect1 role="seealso">
4444
&reftitle.seealso;
45-
<para>
46-
<simplelist>
47-
<member><function>opcache_get_status</function></member>
48-
</simplelist>
49-
</para>
45+
<simplelist>
46+
<member><function>opcache_get_status</function></member>
47+
</simplelist>
5048
</refsect1>
5149

5250
</refentry>

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 23d4ebeeb5fb4ad24acb8a63f062f3406de3b2bc Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: satoruyoshida Status: ready -->
44
<!-- Credits: mumumu -->
5-
<refentry xml:id="function.opcache-get-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-get-status">
66
<refnamediv>
77
<refname>opcache_get_status</refname>
88
<refpurpose>キャッシュについてのステータス情報を取得</refpurpose>
@@ -52,7 +52,7 @@
5252
ステータス情報は返されません。
5353
</para>
5454
</refsect1>
55-
55+
5656
<refsect1 role="changelog">
5757
&reftitle.changelog;
5858
<informaltable>
@@ -178,14 +178,12 @@ array(9) {
178178
</screen>
179179
</example>
180180
</refsect1>
181-
181+
182182
<refsect1 role="seealso">
183183
&reftitle.seealso;
184-
<para>
185-
<simplelist>
186-
<member><function>opcache_get_configuration</function></member>
187-
</simplelist>
188-
</para>
184+
<simplelist>
185+
<member><function>opcache_get_configuration</function></member>
186+
</simplelist>
189187
</refsect1>
190188

191189
</refentry>

reference/opcache/functions/opcache-invalidate.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: mumumu Status: ready -->
44
<!-- Credits: mumumu -->
5-
<refentry xml:id="function.opcache-invalidate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-invalidate">
66
<refnamediv>
77
<refname>opcache_invalidate</refname>
88
<refpurpose>キャッシュされたスクリプトを無効にする</refpurpose>
@@ -55,12 +55,10 @@
5555

5656
<refsect1 role="seealso">
5757
&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>
58+
<simplelist>
59+
<member><function>opcache_compile_file</function></member>
60+
<member><function>opcache_reset</function></member>
61+
</simplelist>
6462
</refsect1>
6563
</refentry>
6664
<!-- Keep this comment at the end of the file

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 50b104c116f6b1798e36bf2f56b1fa023b8a7a92 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: satoruyoshida Status: ready -->
44
<!-- Credits: mumumu -->
5-
<refentry xml:id="function.opcache-is-script-cached" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-is-script-cached">
66
<refnamediv>
77
<refname>opcache_is_script_cached</refname>
88
<refpurpose>スクリプトが OPCache にキャッシュされているかどうかを伝えます。</refpurpose>
@@ -46,11 +46,9 @@
4646

4747
<refsect1 role="seealso">
4848
&reftitle.seealso;
49-
<para>
50-
<simplelist>
51-
<member><function>opcache_compile_file</function></member>
52-
</simplelist>
53-
</para>
49+
<simplelist>
50+
<member><function>opcache_compile_file</function></member>
51+
</simplelist>
5452
</refsect1>
5553
</refentry>
5654
<!-- Keep this comment at the end of the file

reference/opcache/functions/opcache-reset.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8845dc32b53c8151edd4c0e691c2bc99f9ec46d0 Maintainer: mumumu Status: ready -->
4-
5-
<refentry xml:id="function.opcache-reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<!-- EN-Revision: 9d2e638f2c3417c893c2cf0813ed35e3c99aa2c4 Maintainer: mumumu Status: ready -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-reset">
65
<refnamediv>
76
<refname>opcache_reset</refname>
87
<refpurpose>opcode のキャッシュ内容をリセットする</refpurpose>
@@ -12,7 +11,7 @@
1211
&reftitle.description;
1312
<methodsynopsis>
1413
<type>bool</type><methodname>opcache_reset</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
この関数は、キャッシュされた opcode 全てをリセットします。<function>opcache_reset</function> 関数が呼び出されると、次回ヒットする全てのスクリプトが再び読み込まれ、パースされます。
@@ -37,15 +36,12 @@
3736

3837
<refsect1 role="seealso">
3938
&reftitle.seealso;
40-
<para>
41-
<simplelist>
42-
<member><function>opcache_invalidate</function></member>
43-
<member><function>opcache_get_status</function></member>
44-
</simplelist>
45-
</para>
39+
<simplelist>
40+
<member><function>opcache_invalidate</function></member>
41+
<member><function>opcache_get_status</function></member>
42+
</simplelist>
4643
</refsect1>
4744
</refentry>
48-
4945
<!-- Keep this comment at the end of the file
5046
Local variables:
5147
mode: sgml

0 commit comments

Comments
 (0)