diff options
author | Christopher Jones <sixd@php.net> | 2013-10-07 17:23:11 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-10-07 17:23:11 -0700 |
commit | 12f9939b790a02ca3f22b91813029e78208f2c24 (patch) | |
tree | 0c89a4b93dd4b7efa76b66eb43f5a41cc3d69c2d /ext/oci8/package.xml | |
parent | 4fe7ec33f1eef1ae0344acef6189911e03066b25 (diff) | |
download | php-git-12f9939b790a02ca3f22b91813029e78208f2c24.tar.gz |
Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle
client library 10.2 (Note this will connect to Oracle Database 8.1.7
onwards). Use the older OCI8 1.4 from PECL if using an earlier PHP
version or older Oracle client library support is necessary.
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 1161b031f3..d2c49726a8 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -8,12 +8,15 @@ http://pear.php.net/dtd/package-2.0.xsd"> <summary>Extension for Oracle Database</summary> <description> - This extension allows you to access Oracle Database. OCI8 2.0 can - be built with PHP 4.3.9 onwards. OCI8 can be linked with Oracle - Database 9.2, 10, 11, or 12.1 client libraries. Oracle's standard - cross-version connectivity applies. For example PHP linked with - Oracle Database 11.2 client libraries can connect to Oracle - Database 9.2 onwards. +The PHP OCI8 extension gives access to Oracle Database. The extension +can be linked with Oracle client libraries from Oracle Database 10.2, +11, or 12.1. These libraries are found in the database installation, +or in the free Oracle Instant Client. Oracle's standard cross-version +connectivity applies. For example, PHP OCI8 linked with Instant +Client 11.2 can connect to Oracle Database 9.2 onwards. PHP OCI8 2.0 +can be built with PHP 5.2 onwards. Use the older PHP OCI8 1.4.10 when +using PHP 4.3.9 through to PHP 5.1.x, or when only Oracle Database 9.2 +client libraries are available. </description> <lead> <name>Christopher Jones</name> @@ -40,7 +43,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2013-09-27</date> + <date>2013-10-08</date> <time>12:00:00</time> <version> @@ -53,7 +56,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - - no notes yet +Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle +client library 10.2 (Note this will connect to Oracle Database 8.1.7 +onwards). Use the older OCI8 1.4 if an earlier PHP version or older +Oracle client library support is necessary. </notes> <contents> <dir name="/"> @@ -438,8 +444,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <dependencies> <required> <php> - <min>4.3.9</min> - <max>6.0.0</max> + <min>5.2.0</min> </php> <pearinstaller> <min>1.4.0b1</min> |