php-src/ext/oci8
Ilija Tovilo 81bedb0f7d
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Skip some OCI tests with repeat
2022-09-27 23:32:37 +02:00
..
tests Merge branch 'PHP-8.1' into PHP-8.2 2022-09-27 23:32:37 +02: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
LICENSE Fix FSF address & update year to 2022 2022-03-19 18:25:29 +01:00
oci8_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +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 Declare ext/oci8 constants in stubs (#9419) 2022-08-24 21:10:20 +02:00
oci8.stub.php Declare ext/oci8 constants in stubs (#9419) 2022-08-24 21:10:20 +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 Merge branch 'PHP-8.1' into PHP-8.2 2022-09-08 15:58:11 +02: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.