dbs             Wed Feb  9 12:28:38 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pdo    reference.xml 
  Log:
  Docbook allows <para> before steps, not after. Sigh.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.14 
phpdoc/en/reference/pdo/reference.xml:1.15
--- phpdoc/en/reference/pdo/reference.xml:1.14  Wed Feb  9 12:20:14 2005
+++ phpdoc/en/reference/pdo/reference.xml       Wed Feb  9 12:28:36 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
  <reference id="ref.pdo">
   <title>PDO Functions</title>
@@ -54,6 +54,10 @@
      -->
     <procedure id='installwindows'>
      <title>Windows</title>
+     <para>
+      Follow the same steps to install and enable the PDO drivers of your
+      choice.
+     </para>
      <step>
       <para>
        Windows users can download the extension DLL 
<filename>php_pdo.dll</filename>
@@ -72,10 +76,6 @@
        </screen>
       </para>
      </step>
-     <para>
-      Follow the same steps to install and enable the PDO drivers of your
-      choice.
-     </para>
     </procedure>
     <procedure id='installunix'>
      <title>Linux and UNIX</title>
@@ -83,6 +83,10 @@
       Due to a bug in the <command>pear</command> installer you should install
       the PDO package manually using the following steps:
      </para>
+     <para>
+      Follow the same steps to install and enable the PDO drivers of your
+      choice.
+     </para>
      <step>
       <para>Download the PDO package to your local machine:
        <screen>
@@ -127,10 +131,6 @@
        </screen>
       </para>
      </step>
-     <para>
-      Follow the same steps to install and enable the PDO drivers of your
-      choice.
-     </para>
     </procedure>
    </section>
    <section id="pdo.drivers">

Reply via email to