Docbook allows <para> before steps, not after. Sigh.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179350 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-02-09 17:28:36 +00:00
parent 55a668cc6a
commit 20a6a06e98

View file

@ -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 @@ extension=pdo.so
-->
<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 @@ extension=php_pdo.dll
</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 @@ extension=php_pdo.dll
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 @@ bash# echo extension=pdo.so >> /usr/local/php5/lib/php.ini
</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">