File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,13 @@ Use the OCI8 extension to access Oracle Database.
5
5
6
6
Documentation is at http://php.net/oci8
7
7
8
- PHP OCI8 2.1 builds with PHP 7.
8
+ Use 'pecl install oci8' to install for PHP 7.
9
9
10
- Use 'pecl install oci8' to install OCI8 for PHP 7 .
10
+ Use 'pecl install oci8-2.0.12 ' to install for PHP 5.2 - PHP 5.6 .
11
11
12
- Use 'pecl install oci8-2.0 .10' to install OCI8 for PHP 5.2 - PHP 5.6 .
12
+ Use 'pecl install oci8-1.4 .10' to install for PHP 4.3.9 - PHP 5.1 .
13
13
14
- Use 'pecl install oci8-1.4.10' to install OCI8 for PHP 4.3.9 - PHP 5.1.
15
-
16
- The OCI8 extension needs to be linked with Oracle 12.1, 11, or 10.2
14
+ The OCI8 extension needs to be linked with Oracle 12, 11, or 10.2
17
15
client libraries. These libraries are found in your database
18
16
installation, or in the free Oracle Instant Client from
19
17
http://www.oracle.com/technetwork/database/features/instant-client/
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
8
8
<summary >Extension for Oracle Database</summary >
9
9
10
10
<description >
11
- Use the OCI8 extension to access Oracle Database. PHP OCI8 2.1 builds
12
- with PHP 7. Use 'pecl install oci8-2.0.12' to install OCI8 for PHP
13
- 5.2 - PHP 5.6. Use 'pecl install oci8-1.4.10' to install PHP OCI8 1.4
14
- for PHP 4.3.9 - PHP 5.1. The OCI8 extension can be linked with Oracle
11
+ Use the OCI8 extension to access Oracle Database. Use 'pecl install
12
+ oci8' to install for PHP 7. Use 'pecl install oci8-2.0.12' to install
13
+ for PHP 5.2 - PHP 5.6. Use 'pecl install oci8-1.4.10' to install for
14
+ PHP 4.3.9 - PHP 5.1. The OCI8 extension can be linked with Oracle
15
15
client libraries from Oracle Database 12.1, 11, or 10.2. These
16
16
libraries are found in your database installation, or in the free
17
17
Oracle Instant Client from
@@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
46
46
<active >no</active >
47
47
</lead >
48
48
49
- <date >2016-07-04 </date >
49
+ <date >2016-08-18 </date >
50
50
<time >12:00:00</time >
51
51
52
52
<version >
You can’t perform that action at this time.
0 commit comments