php-src/ext/oci8/README

25 lines
934 B
Plaintext
Raw Normal View History

The OCI8 Extension
------------------
2005-12-01 13:39:48 +00:00
Use the OCI8 extension to access Oracle Database.
2005-12-01 13:39:48 +00:00
Documentation is at http://php.net/oci8
2016-08-18 03:50:36 +00:00
Use 'pecl install oci8' to install for PHP 7.
2015-12-12 21:21:41 +00:00
2016-08-18 03:50:36 +00:00
Use 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.
2015-12-12 21:21:41 +00:00
2016-08-18 03:50:36 +00:00
Use 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.
2015-12-12 21:21:41 +00:00
2016-08-18 03:50:36 +00:00
The OCI8 extension needs to be linked with Oracle 12, 11, or 10.2
2015-12-12 21:21:41 +00:00
client libraries. These libraries are found in your database
installation, or in the free Oracle Instant Client from
http://www.oracle.com/technetwork/database/features/instant-client/
Install the 'Basic' or 'Basic Lite' Instant Client package. If
building from source, then also install the SDK package.
Oracle's standard cross-version connectivity applies. For example,
PHP OCI8 linked with Instant Client 11.2 can connect to Oracle
Database 9.2 onward. See Oracle's note "Oracle Client / Server
Interoperability Support" (ID 207303.1) for details.