Skip to content

Commit b12ac31

Browse files
committed
Prepare for OCI8 PECL release
1 parent 54293d2 commit b12ac31

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

ext/oci8/README

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ Use the OCI8 extension to access Oracle Database.
55

66
Documentation is at http://php.net/oci8
77

8-
PHP OCI8 2.1 builds with PHP 7.
8+
Use 'pecl install oci8' to install for PHP 7.
99

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

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

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
1715
client libraries. These libraries are found in your database
1816
installation, or in the free Oracle Instant Client from
1917
http://www.oracle.com/technetwork/database/features/instant-client/

ext/oci8/package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
88
<summary>Extension for Oracle Database</summary>
99

1010
<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
1515
client libraries from Oracle Database 12.1, 11, or 10.2. These
1616
libraries are found in your database installation, or in the free
1717
Oracle Instant Client from
@@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
4646
<active>no</active>
4747
</lead>
4848

49-
<date>2016-07-04</date>
49+
<date>2016-08-18</date>
5050
<time>12:00:00</time>
5151

5252
<version>

0 commit comments

Comments
 (0)