Skip to content

Commit 465c149

Browse files
committed
Update OCI8 README
1 parent 216d659 commit 465c149

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/oci8/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Use 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.
1111

1212
Use 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.
1313

14-
The OCI8 extension needs to be linked with Oracle 12, 11, or 10.2
14+
The OCI8 extension needs to be linked with Oracle 18, 12, 11, or 10.2
1515
client libraries. These libraries are found in your database
1616
installation, or in the free Oracle Instant Client from
17-
http://www.oracle.com/technetwork/database/features/instant-client/
18-
Install the 'Basic' or 'Basic Lite' Instant Client package. If
17+
https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
18+
Install the 'Basic' or 'Basic Light' Instant Client package. If
1919
building from source, then also install the SDK package.
2020

21-
Oracle's standard cross-version connectivity applies. For example,
22-
PHP OCI8 linked with Instant Client 11.2 can connect to Oracle
23-
Database 9.2 onward. See Oracle's note "Oracle Client / Server
21+
Oracle's standard cross-version interoperability applies. For
22+
example, PHP OCI8 linked with Instant Client 11.2 can connect to
23+
Oracle Database 9.2 onward. See Oracle's note "Oracle Client / Server
2424
Interoperability Support" (ID 207303.1) for details.

0 commit comments

Comments
 (0)