Name Date Size #Lines LOC

..02-Dec-2020-

tests/H13-Sep-2022-

CREDITSH A D02-Dec-2020173 32

LICENSEH A D02-Feb-20213.1 KiB6955

README.mdH A D02-Dec-2020986 2617

config.m4H A D02-Dec-202015.7 KiB424363

config.w32H A D15-Dec-20205.5 KiB182141

oci8.cH A D12-Dec-202189.7 KiB2,6891,769

oci8.stub.phpH A D31-Aug-202117.4 KiB722158

oci8_arginfo.hH A D31-Aug-202132.1 KiB792628

oci8_collection.cH A D02-Dec-202023.3 KiB807586

oci8_dtrace.dH A D02-Dec-20202.3 KiB3717

oci8_failover.cH A D02-Dec-20204.8 KiB15374

oci8_interface.cH A D31-Aug-202160.2 KiB2,3351,703

oci8_lob.cH A D02-Dec-202026.9 KiB950688

oci8_statement.cH A D02-Dec-202058.7 KiB1,9661,528

package.xmlH A D21-Dec-202046.8 KiB1,4021,304

php_oci8.hH A D21-Dec-20202.5 KiB6524

php_oci8_int.hH A D08-Sep-202224.5 KiB564413

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.
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