dbs             Fri May 27 11:09:39 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ibm_db2        reference.xml 
  Log:
  Whitespace fix.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/reference.xml
diff -u phpdoc/en/reference/ibm_db2/reference.xml:1.4 
phpdoc/en/reference/ibm_db2/reference.xml:1.5
--- phpdoc/en/reference/ibm_db2/reference.xml:1.4       Fri May 27 11:08:23 2005
+++ phpdoc/en/reference/ibm_db2/reference.xml   Fri May 27 11:09:39 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.ibm-db2">
  <title>IBM DB2, Cloudscape and Apache Derby Functions</title>
@@ -28,36 +28,36 @@
    </para>
    <section id="ibm-db2.requirements.unix">
     <title>Requirements on Linux or Unix</title>
-   <para>
-    The user invoking the PHP executable or SAPI must specify the DB2 instance
-    before accessing these functions. You can set the name of the DB2 instance
-    in &php.ini; using the <literal>ibm_db2.instance_name</literal>
-    configuration option, or you can source the DB2 instance profile before
-    invoking the PHP executable.
-   </para>
-   <para>
-    If you created a DB2 instance named <literal>db2inst1</literal> in
-    <filename>/home/db2inst1/</filename>, for example, you can add the
-    following line to &php.ini;:
-    <screen>
+    <para>
+     The user invoking the PHP executable or SAPI must specify the DB2 instance
+     before accessing these functions. You can set the name of the DB2 instance
+     in &php.ini; using the <literal>ibm_db2.instance_name</literal>
+     configuration option, or you can source the DB2 instance profile before
+     invoking the PHP executable.
+    </para>
+    <para>
+     If you created a DB2 instance named <literal>db2inst1</literal> in
+     <filename>/home/db2inst1/</filename>, for example, you can add the
+     following line to &php.ini;:
+     <screen>
 <![CDATA[
 ibm_db2.instance_name=db2inst1
 ]]>
-    </screen>
-    If you do not set this option in &php.ini;, you must issue the
-    following command to modify your environment variables to enable access to
-    DB2:
-    <screen>
+     </screen>
+     If you do not set this option in &php.ini;, you must issue the
+     following command to modify your environment variables to enable access to
+     DB2:
+     <screen>
 <![CDATA[
 bash$ source /home/db2inst1/sqllib/db2profile
 ]]>
-    </screen>
-    To enable your PHP-enabled Web server to access these functions, you must
-    either set the <literal>ibm_db2.instance_name</literal> configuration
-    option in &php.ini;, or source the DB2 instance environment in your Web
-    server start script (typically <filename>/etc/init.d/httpd</filename> or
-    <filename>/etc/init.d/apache</filename>).
-   </para>
+     </screen>
+     To enable your PHP-enabled Web server to access these functions, you must
+     either set the <literal>ibm_db2.instance_name</literal> configuration
+     option in &php.ini;, or source the DB2 instance environment in your Web
+     server start script (typically <filename>/etc/init.d/httpd</filename> or
+     <filename>/etc/init.d/apache</filename>).
+    </para>
    </section>
   </section>
 

Reply via email to