]> granicus.if.org Git - php/commitdiff
Prepare for OCI8 PECL release
authorChristopher Jones <sixd@php.net>
Thu, 18 Aug 2016 03:50:36 +0000 (13:50 +1000)
committerChristopher Jones <sixd@php.net>
Thu, 18 Aug 2016 03:58:24 +0000 (13:58 +1000)
ext/oci8/README
ext/oci8/package.xml

index 42833e27c050bc01eb7bbc53e2f455bff95ccfe8..5d1743dfce5b2274a4dcb9bcbc8f14ec8402c0b7 100644 (file)
@@ -5,15 +5,13 @@ Use the OCI8 extension to access Oracle Database.
 
 Documentation is at http://php.net/oci8
 
-PHP OCI8 2.1 builds with PHP 7.
+Use 'pecl install oci8' to install for PHP 7.
 
-Use 'pecl install oci8' to install OCI8 for PHP 7.
+Use 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.
 
-Use 'pecl install oci8-2.0.10' to install OCI8 for PHP 5.2 - PHP 5.6.
+Use 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.
 
-Use 'pecl install oci8-1.4.10' to install OCI8 for PHP 4.3.9 - PHP 5.1.
-
-The OCI8 extension needs to be linked with Oracle 12.1, 11, or 10.2
+The OCI8 extension needs to be linked with Oracle 12, 11, or 10.2
 client libraries.  These libraries are found in your database
 installation, or in the free Oracle Instant Client from
 http://www.oracle.com/technetwork/database/features/instant-client/
index 13c1ea39bb955640158540cb544fa4e02dd33151..29b5d6db0bf552717b37b12d803b3e39e9db6421 100644 (file)
@@ -8,10 +8,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <summary>Extension for Oracle Database</summary>
 
  <description>
-Use the OCI8 extension to access Oracle Database. PHP OCI8 2.1 builds
-with PHP 7.  Use 'pecl install oci8-2.0.12' to install OCI8 for PHP
-5.2 - PHP 5.6.  Use 'pecl install oci8-1.4.10' to install PHP OCI8 1.4
-for PHP 4.3.9 - PHP 5.1.  The OCI8 extension can be linked with Oracle
+Use the OCI8 extension to access Oracle Database.  Use 'pecl install
+oci8' to install for PHP 7.  Use 'pecl install oci8-2.0.12' to install
+for PHP 5.2 - PHP 5.6.  Use 'pecl install oci8-1.4.10' to install for
+PHP 4.3.9 - PHP 5.1.  The OCI8 extension can be linked with Oracle
 client libraries from Oracle Database 12.1, 11, or 10.2.  These
 libraries are found in your database installation, or in the free
 Oracle Instant Client from
@@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
   <active>no</active>
  </lead>
 
- <date>2016-08-07</date>
+ <date>2016-08-18</date>
  <time>12:00:00</time>
 
   <version>
@@ -484,7 +484,7 @@ This version is for PHP 7 only.
 Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns)
   </notes>
 </release>
-
+   
 <release>
   <version>
    <release>2.1.0</release>