mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-04-01 08:48:56 +00:00
49 lines
1.4 KiB
XML
49 lines
1.4 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- $Revision$ -->
|
||
|
<section xml:id="ref.pdo-oci.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
&reftitle.install;
|
||
|
<para>
|
||
|
Use <option role="configure">--with-pdo-oci[=DIR]</option> to install
|
||
|
the PDO Oracle OCI extension, where the optional <literal>[=DIR]</literal>
|
||
|
is the Oracle Home directory. <literal>[=DIR]</literal> defaults to
|
||
|
the <varname>$ORACLE_HOME</varname> environment variable.
|
||
|
</para>
|
||
|
<para>
|
||
|
Use <option role="configure">--with-pdo-oci=instantclient,prefix,version</option>
|
||
|
for an Oracle Instant Client <acronym>SDK</acronym>, where prefix and
|
||
|
version are configured.
|
||
|
</para>
|
||
|
<para>
|
||
|
<screen>
|
||
|
<![CDATA[
|
||
|
// Using $ORACLE_HOME
|
||
|
$ ./configure --with-pdo-oci
|
||
|
|
||
|
// Using OIC for Linux with 10.2.0.3 RPMs with a /usr prefix
|
||
|
$ ./configure --with-pdo-oci=instantclient,/usr,10.2.0.3
|
||
|
]]>
|
||
|
</screen>
|
||
|
</para>
|
||
|
</section>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|