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-2019934 2517

config.m4H A D05-Dec-201915.7 KiB422358

config.w32H A D05-Dec-20193.7 KiB12898

oci8.cH A D05-Dec-2019122.7 KiB3,5272,484

oci8.dspH A D05-Dec-20195.4 KiB134113

oci8_collection.cH A D05-Dec-201924.3 KiB828592

oci8_dtrace.dH A D05-Dec-20192.3 KiB3717

oci8_interface.cH A D05-Dec-201968.1 KiB2,4811,783

oci8_lob.cH A D05-Dec-201928 KiB971693

oci8_statement.cH A D05-Dec-201956.3 KiB1,8611,437

package.xmlH A D05-Dec-201943.4 KiB1,2361,160

php_oci8.hH A D05-Dec-20192.6 KiB7422

php_oci8_int.hH A D05-Dec-201924.1 KiB541389

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 12, 11, or 10.2
15client libraries.  These libraries are found in your database
16installation, or in the free Oracle Instant Client from
17http://www.oracle.com/technetwork/database/features/instant-client/
18Install the 'Basic' or 'Basic Lite' Instant Client package.  If
19building from source, then also install the SDK package.
20
21Oracle's standard cross-version connectivity applies.  For example,
22PHP OCI8 linked with Instant Client 11.2 can connect to Oracle
23Database 9.2 onward.  See Oracle's note "Oracle Client / Server
24Interoperability Support" (ID 207303.1) for details.
25