sixd Fri Jun 27 18:26:05 2008 UTC
Modified files:
/php-src/ext/oci8 README
Log:
OCI8: (PECL #14219) Improve README
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/README?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/oci8/README
diff -u php-src/ext/oci8/README:1.7 php-src/ext/oci8/README:1.8
--- php-src/ext/oci8/README:1.7 Thu Jun 19 20:24:00 2008
+++ php-src/ext/oci8/README Fri Jun 27 18:26:05 2008
@@ -1,6 +1,7 @@
Installing OCI8
---------------
+0. Overview
1. Common requirements.
2. Installing as shared extension.
3. Installing as statically compiled extension.
@@ -8,6 +9,16 @@
5. Testing OCI8
6. DRCP and FAN Support
+0. Overview
+-----------
+
+The OCI8 extension allows you to access Oracle databases. It can be
+built using Oracle 9.2, 10.2 or 11.1 client libraries, and allows
+Oracle's standard cross-version connectivity.
+
+The OCI8 extension is not related to or used by PDO_OCI, the PHP Data
+Objects (PDO) extension for Oracle.
+
1. Common requirements
----------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php