[DOC-CVS] [doc-en] master: scoutapm : fix XML by converting para to simpara tags via script
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-25T15:52:36Z
Commit: https://github.com/php/doc-en/commit/ed737dd93e998f101be4e8c9fb3498d6845c2ad8
Raw diff: https://github.com/php/doc-en/commit/ed737dd93e998f101be4e8c9fb3498d6845c2ad8.diff
scoutapm : fix XML by converting para to simpara tags via script
Changed paths:
M reference/scoutapm/book.xml
M reference/scoutapm/configure.xml
M reference/scoutapm/functions/scoutapm-get-calls.xml
M reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml
Diff:
diff --git a/reference/scoutapm/book.xml b/reference/scoutapm/book.xml
index 6949d4478594..48914cbad050 100644
--- a/reference/scoutapm/book.xml
+++ b/reference/scoutapm/book.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-
-<book xml:id="book.scoutapm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.scoutapm">
<?phpdoc extension-membership="pecl" ?>
<title>ScoutAPM</title>
<titleabbrev>ScoutAPM</titleabbrev>
@@ -9,17 +8,16 @@
<preface xml:id="intro.scoutapm">
&reftitle.intro;
¬e.no-windows.extension;
- <para>
+ <simpara>
ScoutAPM's extension for PHP provides additional capabilities to application
monitoring over just using the base PHP userland library.
- </para>
+ </simpara>
</preface>
&reference.scoutapm.setup;
&reference.scoutapm.reference;
</book>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
diff --git a/reference/scoutapm/configure.xml b/reference/scoutapm/configure.xml
index e6690452a4d5..117c9d1d803f 100644
--- a/reference/scoutapm/configure.xml
+++ b/reference/scoutapm/configure.xml
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-
-<section xml:id="scoutapm.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="scoutapm.installation">
&reftitle.install;
- <para>
+ <simpara>
&pecl.info;
<link xlink:href="&url.pecl.package;scoutapm">&url.pecl.package;scoutapm</link>
- </para>
-
-
-</section>
+ </simpara>
+</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
diff --git a/reference/scoutapm/functions/scoutapm-get-calls.xml b/reference/scoutapm/functions/scoutapm-get-calls.xml
index 3e5e350d49da..c4c5febb343e 100644
--- a/reference/scoutapm/functions/scoutapm-get-calls.xml
+++ b/reference/scoutapm/functions/scoutapm-get-calls.xml
@@ -12,7 +12,7 @@
<type>array</type><methodname>scoutapm_get_calls</methodname>
<void/>
</methodsynopsis>
- <para>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</para>
+ <simpara>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</simpara>
</refsect1>
@@ -23,10 +23,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
<function>scoutapm_get_calls</function> returns an array containing a list
of all recorded calls to instrumented function calls.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="examples">
diff --git a/reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml b/reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml
index ff824d757c81..6d1bfc68758b 100644
--- a/reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml
+++ b/reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml
@@ -12,7 +12,7 @@
<type>array</type><methodname>scoutapm_list_instrumented_functions</methodname>
<void/>
</methodsynopsis>
- <para>Returns a list of the functions the extension will instrument.</para>
+ <simpara>Returns a list of the functions the extension will instrument.</simpara>
</refsect1>
@@ -23,11 +23,11 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
<function>scoutapm_list_instrumented_functions</function> returns an array
containing a list of all functions that the scoutapm extension is able to
instrument in the current installation.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="examples">