reference/ibm_db2/configure.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -3,24 +3,25 @@
3
3
<section xml:id="ibm-db2.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
To build the ibm_db2 extension, the DB2 application development header
7
-
files and libraries must be installed on your system. DB2 does not install
8
-
these by default, so you may have to return to your DB2 installer and add
9
-
this option. The header files are included with the DB2 Application
10
-
Development Client freely available for download from the IBM DB2 Universal
11
-
Database <link xlink:href="&url.ibm.db2.client;">support site</link>.
6
+
To build the ibm_db2 extension, the DB2 application development header files
7
+
and libraries must be installed on the system.
8
+
DB2 does not install these by default, so it may be necessary to return to the
9
+
DB2 installer and add this option.
10
+
The DB2 Application Development Client includes the header files and is freely
11
+
available for download from the IBM DB2 Universal Database
12
+
<link xlink:href="&url.ibm.db2.client;">support site</link>.
12
13
</para>
13
14
<para>
14
-
If you add the DB2 application development header files and libraries to
15
-
a Linux or Unix operating system on which DB2 was already installed, you
16
-
must issue the command <command>db2iupdt -e</command> to update the symbolic
17
-
links to the header files and libraries in your DB2 instances.
15
+
If the DB2 application development header files and libraries are added to a
16
+
Linux or Unix operating system on which DB2 was already installed, the command
17
+
<command>db2iupdt -e</command> must be issued to update the symbolic links to
18
+
the header files and libraries in the DB2 instances.
18
19
</para>
19
20
<para>
20
-
ibm_db2 is a <link xlink:href="&url.pecl;">PECL</link> extension, so follow the
21
-
instructions in <xref linkend='install.pecl' /> to install the ibm_db2
22
-
extension for PHP. Issue the <command>configure</command> command to point
23
-
to the location of your DB2 header files and libraries as follows:
21
+
ibm_db2 is a &link.pecl; extension, so follow the instructions in
22
+
<xref linkend='install.pecl' /> to install the ibm_db2 extension for PHP.
23
+
Issue the <command>configure</command> command to point to the location of
24
+
the DB2 header files and libraries as follows:
24
25
<screen>
25
26
<![CDATA[
26
27
bash$ ./configure --with-IBM_DB2=/path/to/DB2
...
...
@@ -33,8 +34,8 @@ bash$ ./configure --with-IBM_DB2=/path/to/DB2
33
34
<note>
34
35
<title>Note for IIS users</title>
35
36
<para>
36
-
If you are using the ibm_db2 driver with Microsoft Internet Information Server (IIS)
37
-
you may have to do the following:
37
+
If the ibm_db2 driver is being used with Microsoft Internet Information
38
+
Server (IIS), it may be necessary to do the following:
38
39
</para>
39
40
<para>
40
41
<simplelist>
41
42