php-src/ext/oci8
2022-07-22 17:17:03 +01:00
..
tests Fix typo in lob_prefetch_ini.phpt test (#9099) 2022-07-22 17:17:03 +01:00
config.m4 It's past time to drop linking support for Oracle Client 10g 2021-12-12 13:58:04 +11:00
config.w32 Oracle Client 10g is no longer supported 2021-12-15 22:09:58 +01:00
CREDITS MFH 2008-04-18 00:05:27 +00:00
LICENSE Fix FSF address & update year to 2022 2022-03-19 18:25:29 +01:00
oci8_arginfo.h Fix RC debug of stub attribute (#9082) 2022-07-21 15:06:04 +02:00
oci8_collection.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
oci8_dtrace.d Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
oci8_failover.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
oci8_interface.c It's past time to drop linking support for Oracle Client 10g 2021-12-12 13:58:04 +11:00
oci8_lob.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
oci8_statement.c Replace the use of ZVAL_BOOL() with ZVAL_TRUE() or ZVAL_FALSE() where the value is fixed (#8815) 2022-06-20 13:34:44 +01:00
oci8.c Mark parameter in ext/oci8 as sensitive 2022-06-13 11:09:12 +02:00
oci8.stub.php Support the actual #[\SensitiveParameter] attribute in stubs (#8836) 2022-07-12 12:43:44 +02:00
package.xml It's past time to drop linking support for Oracle Client 10g 2021-12-12 13:58:04 +11:00
php_oci8_int.h It's past time to drop linking support for Oracle Client 10g 2021-12-12 13:58:04 +11:00
php_oci8.h It's past time to drop linking support for Oracle Client 10g 2021-12-12 13:58:04 +11:00
README.md Sync README with package.xml 2020-11-24 10:45:48 +11:00

The OCI8 Extension

Use the OCI8 extension to access Oracle Database.

Documentation is at https://www.php.net/oci8

Use pecl install oci8 to install for PHP 8.

Use pecl install oci8-2.2.0 to install for PHP 7.

Use pecl install oci8-2.0.12 to install for PHP 5.2 - PHP 5.6.

Use pecl install oci8-1.4.10 to install for PHP 4.3.9 - PHP 5.1.

The OCI8 extension can be linked with Oracle client libraries from Oracle Database 10.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html Install the 'Basic' or 'Basic Light' Instant Client package. If building from source, then also install the SDK package.

Oracle's standard cross-version connectivity applies. For example, PHP OCI8 linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1) for details.