reference/pdo_oci/configure.xml
537e6eeb269cf03277df4c947fccf8e2a8d944bf
...
...
@@ -3,6 +3,13 @@
3
3
<section xml:id="ref.pdo-oci.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
+
If the Oracle Database is on the same machine as PHP, the database
7
+
software already contains the necessary libraries. When PHP is on
8
+
a different machine, use the free
9
+
<link xlink:href="&url.oracle.instant.client;">Oracle Instant Client</link> libraries.
10
+
For details refer to the <link linkend="oci8.requirements">OCI8 Requirements</link> section.
11
+
</para>
12
+
<para>
6
13
Use <option role="configure">--with-pdo-oci[=DIR]</option> to install
7
14
the PDO Oracle OCI extension, where the optional <literal>[=DIR]</literal>
8
15
is the Oracle Home directory. <literal>[=DIR]</literal> defaults to
9
16