php-src/ext/oci8
2023-07-04 09:11:14 +02:00
..
tests Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10: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 Revert "Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs" 2023-07-04 09:11:14 +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 Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10:00
oci8.stub.php Declare ext/oci8 constants in stubs (#9419) 2022-08-24 21:10:20 +02:00
package.xml Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10:00
php_oci8_int.h Merge branch 'PHP-8.1' into PHP-8.2 2022-09-08 15:58:11 +02:00
php_oci8.h Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10:00
README.md Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10: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.2.

Use pecl install oci8-3.2.1 to install for PHP 8.1.

Use pecl install oci8-3.0.1 to install for PHP 8.0.

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

The OCI8 extension can be linked with Oracle client libraries from Oracle Database 11.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.