]> granicus.if.org Git - php/commitdiff
MFH: Prepare for future PECL OCI8 1.3.5
authorChristopher Jones <sixd@php.net>
Mon, 9 Mar 2009 17:51:04 +0000 (17:51 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 9 Mar 2009 17:51:04 +0000 (17:51 +0000)
ext/oci8/README

index cb4ddc2725e01628f03b0b424b734d7e42f673c7..e725a30be800365666677cfc88247f75b47158cb 100644 (file)
@@ -18,7 +18,7 @@ built using Oracle 9.2, 10.2 or 11.1 client libraries, and allows
 Oracle's standard cross-version connectivity.  This release can be
 used with PHP versions 4.3.9 to 5.x.
 
-The OCI8 extension is not related to, or used by, PDO_OCI - the PHP
+The OCI8 extension is not related to, or used by, PDO_OCI, the PHP
 Data Objects (PDO) extension for Oracle.
 
 1. Common requirements
@@ -135,12 +135,15 @@ Install using either (a) or (b) below.
     When prompted, enter either the value of $ORACLE_HOME, or
     "instantclient,/path/to/instant/client/lib" (without quotes).
 
-  b) Alternatively, manually download the PECL package, e.g. oci8-1.3.3.tgz
+  b) Alternatively, manually download the PECL package, e.g. oci8-1.3.5.tgz
 
-     Extract and prepare the package:
+     Extract the package:
+
+       tar -zxf oci8-1.3.5.tgz
+       cd oci8-1.3.5
+
+     Prepare the package:
 
-       tar -zxf oci8-1.3.3.tgz
-       cd oci8-1.3.3
        phpize
 
      Configure the package, either using $ORACLE_HOME or Instant Client
@@ -160,6 +163,9 @@ add the line:
 
   extension=oci8.so
 
+Make sure php.ini's "extension_dir" includes the directory that
+oci8.so was installed in.
+
 
 5. Testing OCI8
 ---------------
@@ -240,8 +246,6 @@ directory will contain logs of any failures.
 
     SQL> startup force
 
-5.2.5. Rerun the tests
-
 
 6. Oracle DRCP and FAN Support
 ------------------------------