Name Date Size #Lines LOC

..05-Dec-2019-

tests/H05-Dec-2019-

CREDITSH A D05-Dec-2019173 32

LICENSEH A D05-Dec-20193.1 KiB6955

READMEH A D05-Dec-2019976 2517

config.m4H A D05-Dec-201915.7 KiB418355

config.w32H A D05-Dec-20193.8 KiB12797

oci8.cH A D05-Dec-2019117 KiB3,4792,424

oci8_collection.cH A D05-Dec-201923.6 KiB822590

oci8_dtrace.dH A D05-Dec-20192.3 KiB3717

oci8_failover.cH A D05-Dec-20195.1 KiB16474

oci8_interface.cH A D05-Dec-201968.6 KiB2,6141,891

oci8_lob.cH A D05-Dec-201927.2 KiB961688

oci8_statement.cH A D05-Dec-201958.6 KiB1,9641,517

package.xmlH A D05-Dec-201946.9 KiB1,3821,298

php_oci8.hH A D05-Dec-20192.6 KiB7323

php_oci8_int.hH A D05-Dec-201924.7 KiB575413

README

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