Browse Source

Merge branch 'syncoci8' into PHP-7.0

pull/2704/head
Tianfang Yang 9 years ago
parent
commit
2def85688d
  1. 10
      ext/oci8/package.xml

10
ext/oci8/package.xml

@ -12,7 +12,7 @@ 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
client libraries from Oracle Database 12, 11, or 10.2. 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/.
@ -27,6 +27,12 @@ Interoperability Support" (ID 207303.1) for details.
<email>sixd@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Tianfang Yang</name>
<user>tianfyan</user>
<email>tianfyan@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Antony Dovgal</name>
<user>tony2001</user>
@ -46,7 +52,7 @@ Interoperability Support" (ID 207303.1) for details.
<active>no</active>
</lead>
<date>2017-06-20</date>
<date>2017-08-15</date>
<time>12:00:00</time>
<version>

Loading…
Cancel
Save