tony2001 Tue Sep 6 16:58:01 2005 EDT
Modified files:
/phpdoc/en/reference/oci8 configure.xml
Log:
add note for those who use OIC
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/configure.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/oci8/configure.xml
diff -u phpdoc/en/reference/oci8/configure.xml:1.4
phpdoc/en/reference/oci8/configure.xml:1.5
--- phpdoc/en/reference/oci8/configure.xml:1.4 Tue Sep 6 16:18:26 2005
+++ phpdoc/en/reference/oci8/configure.xml Tue Sep 6 16:58:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<section id="oci8.installation">
&reftitle.install;
<para>
@@ -10,10 +10,17 @@
<para>
If you're using <ulink url="&url.oracle.instant.client;">Oracle Instant
Client</ulink>, you need to build PHP with the option
- <option role="configure">--with-oci8-instant-client[=DIR]</option>. Note
+ <option
role="configure">--with-oci8=instantclient,/path/to/oic/lib</option>. Note
that Oracle Instant Client support first appeared in versions 4.3.11 and
5.0.4.
</para>
+ <note>
+ <para>
+ Note that in OCI8 versions before 1.1 you have to use
+ <option role="configure">--with-oci8-instant-client</option> to configure
+ PHP with Oracle Instant Client.
+ </para>
+ </note>
</section>
<!-- Keep this comment at the end of the file