Skip to content

Commit 68d5878

Browse files
committed
Sync README with package.xml
1 parent 807775b commit 68d5878

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

ext/oci8/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ Use the OCI8 extension to access Oracle Database.
44

55
Documentation is at https://www.php.net/oci8
66

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.
810

911
Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
1012

1113
Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
1214

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
1719
Install the 'Basic' or 'Basic Light' Instant Client package. If building from
1820
source, then also install the SDK package.
1921

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
2224
Oracle's note "Oracle Client / Server Interoperability Support" (ID 207303.1)
2325
for details.

0 commit comments

Comments
 (0)