Skip to content

Commit 067e27d

Browse files
authored
replace para with simpara in extensions (#5523)
1 parent 47881dc commit 067e27d

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

extensions.ent

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
to be translated, and thus it is not going to be outdated.
77
-->
88

9-
<!ENTITY extcat.intro '<title xmlns="http://docbook.org/ns/docbook">Extension List/Categorization</title><para xmlns="http://docbook.org/ns/docbook">This
9+
<!ENTITY extcat.intro '<title xmlns="http://docbook.org/ns/docbook">Extension List/Categorization</title><simpara xmlns="http://docbook.org/ns/docbook">This
1010
appendix categorizes more than 150 extensions documented in the PHP
11-
Manual by several criteria.</para>'>
11+
Manual by several criteria.</simpara>'>
1212

1313
<!ENTITY extcat.alphabetical '<title xmlns="http://docbook.org/ns/docbook">Alphabetical</title>'>
1414

@@ -32,13 +32,13 @@ Manual by several criteria.</para>'>
3232
<!ENTITY extcat.purpose.webservice '<title xmlns="http://docbook.org/ns/docbook">Web Services</title>'>
3333

3434
<!ENTITY extcat.purpose.creditcard '<title xmlns="http://docbook.org/ns/docbook">Credit Card Processing</title>'>
35-
35+
3636
<!ENTITY extcat.purpose.mathcrypto '<title xmlns="http://docbook.org/ns/docbook">Math and Cryptography</title>'>
3737
<!ENTITY extcat.purpose.mathcrypto.math '<title xmlns="http://docbook.org/ns/docbook">Mathematical Extensions</title>'>
3838
<!ENTITY extcat.purpose.mathcrypto.crypto '<title xmlns="http://docbook.org/ns/docbook">Cryptography Extensions</title>'>
3939

4040
<!ENTITY extcat.purpose.international '<title xmlns="http://docbook.org/ns/docbook">Human Language and Character Encoding Support</title>'>
41-
41+
4242
<!ENTITY extcat.purpose.fileprocess '<title xmlns="http://docbook.org/ns/docbook">File System and Process Control</title>'>
4343
<!ENTITY extcat.purpose.fileprocess.file '<title xmlns="http://docbook.org/ns/docbook">File System Related Extensions</title>'>
4444
<!ENTITY extcat.purpose.fileprocess.process '<title xmlns="http://docbook.org/ns/docbook">Process Control Extensions</title>'>
@@ -59,38 +59,38 @@ Manual by several criteria.</para>'>
5959
<!ENTITY extcat.purpose.utilspec.cmdline '<title xmlns="http://docbook.org/ns/docbook">Command Line Specific Extensions</title>'>
6060
<!ENTITY extcat.purpose.utilspec.windows '<title xmlns="http://docbook.org/ns/docbook">Windows Only Extensions</title>'>
6161
<!ENTITY extcat.purpose.utilspec.server '<title xmlns="http://docbook.org/ns/docbook">Server Specific Extensions</title>'>
62-
62+
6363
<!-- ======================================================================= -->
6464

6565
<!ENTITY extcat.membership '<title xmlns="http://docbook.org/ns/docbook">Membership</title>'>
6666

67-
<!ENTITY extcat.membership.core '<title xmlns="http://docbook.org/ns/docbook">Core Extensions</title><para xmlns="http://docbook.org/ns/docbook">These
67+
<!ENTITY extcat.membership.core '<title xmlns="http://docbook.org/ns/docbook">Core Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
6868
are not actual extensions. They are part of the PHP core and cannot be
69-
left out of a PHP binary with compilation options.</para>'>
69+
left out of a PHP binary with compilation options.</simpara>'>
7070

71-
<!ENTITY extcat.membership.bundled '<title xmlns="http://docbook.org/ns/docbook">Bundled Extensions</title><para xmlns="http://docbook.org/ns/docbook">These
72-
extensions are bundled with PHP.</para>'>
71+
<!ENTITY extcat.membership.bundled '<title xmlns="http://docbook.org/ns/docbook">Bundled Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
72+
extensions are bundled with PHP.</simpara>'>
7373

74-
<!ENTITY extcat.membership.external '<title xmlns="http://docbook.org/ns/docbook">External Extensions</title><para xmlns="http://docbook.org/ns/docbook">These
75-
extensions are bundled with PHP but in order to compile them, external libraries will be needed.</para>'>
74+
<!ENTITY extcat.membership.external '<title xmlns="http://docbook.org/ns/docbook">External Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
75+
extensions are bundled with PHP but in order to compile them, external libraries will be needed.</simpara>'>
7676

7777
<!ENTITY extcat.membership.pecl '<title xmlns="http://docbook.org/ns/docbook">
7878
PECL Extensions</title>
79-
<para xmlns="http://docbook.org/ns/docbook">These extensions are available from
79+
<simpara xmlns="http://docbook.org/ns/docbook">These extensions are available from
8080
&link.pecl;. They may require external libraries. More PECL extensions exist but
81-
they are not documented in the PHP manual yet.</para>'>
81+
they are not documented in the PHP manual yet.</simpara>'>
8282

8383
<!-- ======================================================================= -->
8484

85-
<!ENTITY extcat.state '<title xmlns="http://docbook.org/ns/docbook">State</title><para xmlns="http://docbook.org/ns/docbook">This part lists extensions not
85+
<!ENTITY extcat.state '<title xmlns="http://docbook.org/ns/docbook">State</title><simpara xmlns="http://docbook.org/ns/docbook">This part lists extensions not
8686
intended for the production use - they are either too "old" (deprecated) or
87-
"new" (experimental).</para>'>
87+
"new" (experimental).</simpara>'>
8888

89-
<!ENTITY extcat.state.deprecated '<title xmlns="http://docbook.org/ns/docbook">Deprecated Extensions</title><para xmlns="http://docbook.org/ns/docbook">These
90-
extensions have been deprecated usually in the favor of some other extensions.</para>'>
89+
<!ENTITY extcat.state.deprecated '<title xmlns="http://docbook.org/ns/docbook">Deprecated Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
90+
extensions have been deprecated usually in the favor of some other extensions.</simpara>'>
9191

92-
<!ENTITY extcat.state.experimental '<title xmlns="http://docbook.org/ns/docbook">Experimental Extensions</title><para xmlns="http://docbook.org/ns/docbook">The
92+
<!ENTITY extcat.state.experimental '<title xmlns="http://docbook.org/ns/docbook">Experimental Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">The
9393
behaviour of these extensions - including the names of their functions and anything
9494
else documented about these extensions - may change without notice in a future release
95-
of PHP. Use these extensions at your own risk.</para>'>
95+
of PHP. Use these extensions at your own risk.</simpara>'>
9696

0 commit comments

Comments
 (0)