diff options
author | Tianfang Yang <tianfyan@php.net> | 2017-08-14 21:21:11 -0400 |
---|---|---|
committer | Tianfang Yang <tianfyan@php.net> | 2017-08-14 21:21:11 -0400 |
commit | e112d7143567f97cdaf51ad4803f86f8e3b4fcd9 (patch) | |
tree | ab5c6633388b0b7ceab6f0624b224f0ea44e3065 /ext | |
parent | 1f3b87dc1178ab2c43a1ac0e1378a5ca9d4c7198 (diff) | |
parent | 2def85688db36b5e7a0b48cd2cdb9266b7a2f2b5 (diff) | |
download | php-git-e112d7143567f97cdaf51ad4803f86f8e3b4fcd9.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'ext')
-rw-r--r-- | ext/oci8/package.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 17bd40cd3c..763d8c9653 100644 --- a/ext/oci8/package.xml +++ b/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/. @@ -28,6 +28,12 @@ Interoperability Support" (ID 207303.1) for details. <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> <email>tony2001@php.net</email> @@ -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> |