summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2006-05-02 02:43:11 +0000
committerWez Furlong <wez@php.net>2006-05-02 02:43:11 +0000
commit30f98ae77bdc3712b4c1a8513f4ddce0e61de975 (patch)
tree59bce226b489851ccb881c2989c17b98fa833676 /ext/pdo_oci
parent7614368f8aa87e5a5f6ce4d8c4dfad7fb60290d6 (diff)
downloadphp-git-30f98ae77bdc3712b4c1a8513f4ddce0e61de975.tar.gz
set min pdo dep to 1.0.3, which will be the new pecl release
Diffstat (limited to 'ext/pdo_oci')
-rw-r--r--ext/pdo_oci/package2.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/pdo_oci/package2.xml b/ext/pdo_oci/package2.xml
index f8cb181750..1f828d1f12 100644
--- a/ext/pdo_oci/package2.xml
+++ b/ext/pdo_oci/package2.xml
@@ -14,7 +14,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>wez@php.net</email>
<active>yes</active>
</lead>
- <date>2005-12-04</date>
+ <date>2006-05-01</date>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
@@ -25,6 +25,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
+- Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8
+ (also fixes bug #36764). (Tony)
+- Fixed bug #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib). (Tony)
- Repackage with package2.xml
- Improved handling of long columns
- Fixed PECL Bug #5722; implemented LOB support.
@@ -59,7 +62,7 @@ http://pecl4win.php.net/ext.php/php_pdo_oci.dll
<package>
<name>pdo</name>
<channel>pecl.php.net</channel>
- <min>1.0</min>
+ <min>1.0.3</min>
<providesextension>PDO</providesextension>
</package>
</required>