Name Date Size #Lines LOC

..05-Feb-2020-

tests/H05-Dec-2019-

CREDITSH A D05-Dec-2019173 32

LICENSEH A D02-Feb-20213.1 KiB6955

README.mdH A D05-Dec-2019960 2416

config.m4H A D05-Dec-201915.7 KiB424363

config.w32H A D05-Dec-20193.8 KiB12797

oci8.cH A D05-Dec-2019116.9 KiB3,4702,424

oci8_collection.cH A D05-Dec-201923.5 KiB813590

oci8_dtrace.dH A D05-Dec-20192.3 KiB3717

oci8_failover.cH A D05-Dec-20194.9 KiB15574

oci8_interface.cH A D05-Dec-201968.5 KiB2,6101,896

oci8_lob.cH A D05-Dec-201927.1 KiB952688

oci8_statement.cH A D05-Dec-201959.1 KiB1,9801,541

package.xmlH A D05-Dec-201946.8 KiB1,3811,297

php_oci8.hH A D05-Dec-20192.6 KiB6623

php_oci8_int.hH A D05-Dec-201924.6 KiB566413

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 7.
8
9Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
10
11Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
12
13The OCI8 extension needs to be linked with Oracle 18, 12, 11, or 10.2 client
14libraries. These libraries are found in your database installation, or in the
15free Oracle Instant Client from
16https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
17Install the 'Basic' or 'Basic Light' Instant Client package. If building from
18source, then also install the SDK package.
19
20Oracle's standard cross-version interoperability applies. For example, PHP OCI8
21linked with Instant Client 11.2 can connect to Oracle Database 9.2 onward. See
22Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1)
23for details.
24