xref: /PHP-8.0/ext/oci8/README.md (revision 68d58780)
1# The OCI8 Extension
2
3Use the OCI8 extension to access Oracle Database.
4
5Documentation is at https://www.php.net/oci8
6
7Use `pecl install oci8` to install for PHP 8.
8
9Use `pecl install oci8-2.2.0` to install for PHP 7.
10
11Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
12
13Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
14
15The OCI8 extension can be linked with Oracle client libraries from Oracle
16Database 10.2 or later.  These libraries are found in your database
17installation, or in the free Oracle Instant Client from
18https://www.oracle.com/database/technologies/instant-client.html
19Install the 'Basic' or 'Basic Light' Instant Client package. If building from
20source, then also install the SDK package.
21
22Oracle's standard cross-version connectivity applies.  For example, PHP OCI8
23linked with Instant Client 19c can connect to Oracle Database 11.2 onward.  See
24Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1)
25for details.
26