Name Date Size #Lines LOC

..19-Jun-2024-

tests/H19-Jun-2024-

CREDITSH A D19-Jun-2024173 32

LICENSEH A D19-Jun-20243.1 KiB6955

README.mdH A D19-Jun-2024964 2617

config.m4H A D19-Jun-202416.3 KiB435374

config.w32H A D19-Jun-20243.9 KiB12697

oci8.cH A D19-Jun-202480.5 KiB2,5331,644

oci8.stub.phpH A D19-Jun-202423.8 KiB1,133232

oci8_arginfo.hH A D19-Jun-202440.7 KiB925744

oci8_collection.cH A D19-Jun-202423.3 KiB807586

oci8_dtrace.dH A D19-Jun-20242.3 KiB3717

oci8_failover.cH A D19-Jun-20244.8 KiB15374

oci8_interface.cH A D19-Jun-202460.6 KiB2,3451,707

oci8_lob.cH A D19-Jun-202426.9 KiB950688

oci8_statement.cH A D19-Jun-202459.2 KiB1,9781,537

package.xmlH A D19-Jun-202448 KiB1,4651,359

php_oci8.hH A D19-Jun-20242.5 KiB6424

php_oci8_int.hH A D19-Jun-202424.8 KiB569418

README.md

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.2.
8
9Use `pecl install oci8-3.2.1` to install for PHP 8.1.
10
11Use `pecl install oci8-3.0.1` to install for PHP 8.0.
12
13Use `pecl install oci8-2.2.0` to install for PHP 7.
14
15The OCI8 extension can be linked with Oracle client libraries from Oracle
16Database 11.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