[DOC-CVS] [doc-en] master: pdo_sqlsrv : 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-19T03:30:35Z

Commit: https://github.com/php/doc-en/commit/f43157bcb645cbd16083ce6b408649dcafa5a209
Raw diff: https://github.com/php/doc-en/commit/f43157bcb645cbd16083ce6b408649dcafa5a209.diff

pdo_sqlsrv : fix XML by converting para to simpara tags via script

Changed paths:
  M  reference/pdo_sqlsrv/configure.xml
  M  reference/pdo_sqlsrv/reference.xml


Diff:

diff --git a/reference/pdo_sqlsrv/configure.xml b/reference/pdo_sqlsrv/configure.xml
index 939ea0334be1..7a2cbbaa30bb 100644
--- a/reference/pdo_sqlsrv/configure.xml
+++ b/reference/pdo_sqlsrv/configure.xml
@@ -1,29 +1,28 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<section xml:id="ref.pdo-sqlsrv.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="ref.pdo-sqlsrv.installation">
  &reftitle.install;
- <para>
+ <simpara>
   The most recent version of the driver is available for download here:
   <link xlink:href="&url.sqlsrv;">SQLSRV download</link>.
   The driver sources are hosted in a <link xlink:href="&url.sqlsrv.repo;">public repository</link>.
- </para>
- <para>
-  For more information about system requirements, see 
+ </simpara>
+ <simpara>
+  For more information about system requirements, see
   <link xlink:href="&url.sqlsrv.system.requirements;">SQLSRV System Requirements</link>.
- </para>
- <para>
+ </simpara>
+ <simpara>
   On Windows the PDO_SQLSRV extension is enabled by downloading and adding
   appropriate DLL files to the PHP extension directory and the corresponding
   entry to the &php.ini; file.
- </para>
- <para>
+ </simpara>
+ <simpara>
   On Linux and macOS, the PDO_SQLSRV extension can be installed using
   &link.pecl;.
   See the <link xlink:href="&url.sqlsrv.linux-mac;">installation tutorial</link>
   for details.
- </para>
+ </simpara>
 </section>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/pdo_sqlsrv/reference.xml b/reference/pdo_sqlsrv/reference.xml
index 57d84ed68b71..4aaa28c926db 100644
--- a/reference/pdo_sqlsrv/reference.xml
+++ b/reference/pdo_sqlsrv/reference.xml
@@ -7,12 +7,12 @@
 
    <section xml:id="pdo-sqlsrv.intro">
    &reftitle.intro;
-    <para>
+    <simpara>
      PDO_SQLSRV is a driver that implements the <link linkend="intro.pdo">PHP
      Data Objects (PDO) interface</link>
      to enable access from PHP to MS SQL Server (starting with SQL Server 2005)
      and SQL Azure databases.
-    </para>
+    </simpara>
    </section>
    &reference.pdo-sqlsrv.configure;
    &reference.pdo-sqlsrv.constants;
@@ -40,122 +40,122 @@
       <varlistentry>
        <term><literal>APP</literal></term>
        <listitem>
-        <para>
+        <simpara>
          The application name used in tracing.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>ConnectionPooling</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies whether the connection is assigned from a connection pool
          (1 or &true;) or not (0 or &false;).
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>Database</literal></term>
        <listitem>
-        <para>
+        <simpara>
          The name of the database.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>Encrypt</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies whether the communication with SQL Server is encrypted
          (1 or &true;) or unencrypted (0 or &false;).
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>Failover_Partner</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies the server and instance of the database's mirror (if enabled
          and configured) to use when the primary server is unavailable.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>LoginTimeout</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies the number of seconds to wait before failing the connection attempt.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>MultipleActiveResultSets</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Disables or explicitly enables support for multiple active Result sets (MARS).
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>QuotedId</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies whether to use SQL-92 rules for quoted identifiers (1 or &true;)
          or to use legacy Transact-SQL rules (0 or &false;).
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>Server</literal></term>
        <listitem>
-        <para>
+        <simpara>
          The name of the database server.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>TraceFile</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies the path for the file used for trace data.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>TraceOn</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies whether ODBC tracing is enabled (1 or &true;) or disabled
          (0 or &false;) for the connection being established.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>TransactionIsolation</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies the transaction isolation level. The accepted values for this
          option are PDO::SQLSRV_TXN_READ_UNCOMMITTED, PDO::SQLSRV_TXN_READ_COMMITTED,
          PDO::SQLSRV_TXN_REPEATABLE_READ, PDO::SQLSRV_TXN_SNAPSHOT, and
          PDO::SQLSRV_TXN_SERIALIZABLE.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>TrustServerCertificate</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies whether the client should trust (1 or &true;) or reject
          (0 or &false;) a self-signed server certificate.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><literal>WSID</literal></term>
        <listitem>
-        <para>
+        <simpara>
          Specifies the name of the computer for tracing.
-        </para>
+        </simpara>
        </listitem>
       </varlistentry>
      </variablelist>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.