@@ -4,20 +4,22 @@ Use the OCI8 extension to access Oracle Database.
4
4
5
5
Documentation is at https://www.php.net/oci8
6
6
7
- Use ` pecl install oci8 ` to install for PHP 7.
7
+ Use ` pecl install oci8 ` to install for PHP 8.
8
+
9
+ Use ` pecl install oci8-2.2.0 ` to install for PHP 7.
8
10
9
11
Use ` pecl install oci8-2.0.12 ` to install for PHP 5.2 - PHP 5.6.
10
12
11
13
Use ` pecl install oci8-1.4.10 ` to install for PHP 4.3.9 - PHP 5.1.
12
14
13
- The OCI8 extension needs to be linked with Oracle 18, 12, 11, or 10.2 client
14
- libraries. These libraries are found in your database installation, or in the
15
- free Oracle Instant Client from
16
- https://www.oracle.com/technetwork/ database/database- technologies/instant-client/overview/index .html
15
+ The OCI8 extension can be linked with Oracle client libraries from Oracle
16
+ Database 10.2 or later. These libraries are found in your database
17
+ installation, or in the free Oracle Instant Client from
18
+ https://www.oracle.com/database/technologies/instant-client.html
17
19
Install the 'Basic' or 'Basic Light' Instant Client package. If building from
18
20
source, then also install the SDK package.
19
21
20
- Oracle's standard cross-version interoperability applies. For example, PHP OCI8
21
- linked with Instant Client 11.2 can connect to Oracle Database 9 .2 onward. See
22
+ Oracle's standard cross-version connectivity applies. For example, PHP OCI8
23
+ linked with Instant Client 19c can connect to Oracle Database 11 .2 onward. See
22
24
Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1)
23
25
for details.
0 commit comments