php-src/ext/oci8
Peter Kokot bafb17adcf Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
  Update year to 2024
2024-01-04 19:29:37 +01:00
..
tests Remove unnecessary parentheses around language constructs in oci8 2023-07-31 22:52:43 +01:00
config.m4 Remove CPP when invoking dtrace utility 2023-08-30 13:40:21 +01:00
config.w32 Oracle Client 10g is no longer supported 2021-12-15 22:09:58 +01:00
CREDITS
LICENSE Update year to 2024 2024-01-04 19:26:32 +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
oci8_arginfo.h Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs 2023-08-26 21:35:31 +02:00
oci8_collection.c Revert GH-10220 2023-01-16 12:27:33 +01: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
package.xml Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10:00
php_oci8.h Bump OCI8 version to make a PECL release for 8.2 2023-04-20 18:01:43 +10:00
php_oci8_int.h Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02: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.