php-src/ext/oci8
Ilija Tovilo e1ec67acd6
Unparallelize IO heavy tests
Alternative to GH-10892. This is somewhat unfortunate since these are also the
slow tests. I'm also not sure if this actually helps.

Closes GH-10953
2023-03-27 16:33:36 +02:00
..
tests Unparallelize IO heavy tests 2023-03-27 16:33:36 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Add Windows support for OCI 19 2020-12-14 23:11:04 +01:00
CREDITS
LICENSE Update year to 2021 2021-02-02 16:46:16 +01:00
oci8_arginfo.h Add more specific array return type hints for various extensions - part 6 (#7474) 2021-10-07 14:29:29 +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 Make default value more explicit 2021-08-31 10:19:05 +02:00
oci8_lob.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
oci8_statement.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
oci8.c Merge branch 'PHP-8.0' into PHP-8.1 2021-12-12 22:38:55 +01:00
oci8.stub.php Add more specific array return type hints for various extensions - part 6 (#7474) 2021-10-07 14:29:29 +02:00
package.xml Update OCI8 tests for oci8.old_oci_close_semantics deprecation 2021-08-02 11:35:27 +10:00
php_oci8_int.h Merge branch 'PHP-8.0' into PHP-8.1 2022-09-08 15:57:53 +02:00
php_oci8.h Update OCI8 tests for oci8.old_oci_close_semantics deprecation 2021-08-02 11:35:27 +10: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.