sixd Mon Mar 9 17:51:04 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 README
Log:
MFH: Prepare for future PECL OCI8 1.3.5
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/README?r1=1.1.2.2.2.1.2.8&r2=1.1.2.2.2.1.2.9&diff_format=u
Index: php-src/ext/oci8/README
diff -u php-src/ext/oci8/README:1.1.2.2.2.1.2.8
php-src/ext/oci8/README:1.1.2.2.2.1.2.9
--- php-src/ext/oci8/README:1.1.2.2.2.1.2.8 Sun Jul 27 17:50:40 2008
+++ php-src/ext/oci8/README Mon Mar 9 17:51:04 2009
@@ -18,7 +18,7 @@
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 @@
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 @@
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 @@
SQL> startup force
-5.2.5. Rerun the tests
-
6. Oracle DRCP and FAN Support
------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php