mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add note about Oracle Instant Client
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178437 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0ae9cbd33
commit
0cf48341a1
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="oci8.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -7,6 +7,12 @@
|
|||
<option role="configure">--with-oci8[=DIR]</option>, where DIR defaults to
|
||||
your environment variable ORACLE_HOME.
|
||||
</para>
|
||||
<para>
|
||||
If you're using Oracle Instant Client, you need to build PHP with the option
|
||||
<option role="configure">--with-oci8-instant-client[=DIR]</option>. Note
|
||||
that Oracle Instant Client support first appeared in versions 4.3.11 and
|
||||
5.0.4.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue