reference/pdo_cubrid/configure.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -6,23 +6,25 @@
6
6
To build the PDO_CUBRID extension, the CUBRID DBMS must be installed on the
7
7
same system as PHP.
8
8

9
-
PDO_CUBRID is a <link xlink:href="&url.pecl;">PECL</link> extension, so
10
-
follow the instructions in <xref linkend='install.pecl' /> to install the
11
-
PDO_CUBRID extension. Issue the <command>configure</command> command to
12
-
point to the location of your CUBRID base dir as follows:
9
+
PDO_CUBRID is a &link.pecl; extension, so follow the instructions in
10
+
<xref linkend='install.pecl' />
11
+
to install the PDO_CUBRID extension.
12
+
Issue the <command>configure</command> command to point to the location of the
13
+
CUBRID base dir as follows:
13
14
<screen>
14
15
<![CDATA[
15
16
$ ./configure --with-pdo-cubrid=/path/to/CUBRID[,shared]
16
17
]]>
17
18
</screen>
18
19
The <command>configure</command> command defaults to the value of the
19
-
<literal>CUBRID</literal> environment variable.
20
+
<envar>CUBRID</envar>
21
+
environment variable.
20
22
</para>
21
23
<para>
22
24
&pecl.windows.download; Detailed information about installation on Linux and
23
25
Windows manually, please read build-guide.html in PECL package CUBRID for
24
26
reference.
25
-
</para>
27
+
</para>
26
28
</section>
27
29

28
30
<!-- Keep this comment at the end of the file
29
31