diff options
author | Wez Furlong <wez@php.net> | 2005-11-01 03:04:49 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-11-01 03:04:49 +0000 |
commit | 872661b91d4001a5c8720e7c945f61cfd0e64432 (patch) | |
tree | d3db9208f7db59e760e66bb6c9a957f2278b1b65 /ext/pdo_oci | |
parent | b3b9ee146763cd0444c8159037d7b5b754318d8e (diff) | |
download | php-git-872661b91d4001a5c8720e7c945f61cfd0e64432.tar.gz |
prep for PECL release
Diffstat (limited to 'ext/pdo_oci')
-rwxr-xr-x | ext/pdo_oci/package.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/ext/pdo_oci/package.xml b/ext/pdo_oci/package.xml index 89e73fd76b..ac9e2259ea 100755 --- a/ext/pdo_oci/package.xml +++ b/ext/pdo_oci/package.xml @@ -17,16 +17,21 @@ <license>PHP</license>
<release>
<state>beta</state>
- <version>1.0RC1</version>
- <date>2005-09-11</date>
+ <version>1.0RC2</version>
+ <date>2005-11-01</date>
<notes>
- You need to install the PDO core module before you can make use of this one.
- You also require Oracle OCI 8 or higher client libraries installed on the
- machine where you intend to build and/or use it.
+You need to install the PDO core module before you can make use of this one.
+You also require Oracle OCI 8 or higher client libraries installed on the
+machine where you intend to build and/or use it.
- If you are running on windows, you can download the binary from here:
- http://snaps.php.net/win32/PECL_5_0/php_pdo_oci.dll
+If you are running on windows, you can download the binary from here:
+http://pecl4win.php.net/ext.php/php_pdo_oci.dll
+
+** Changes **
+- Improved handling of long columns
+- Fixed PECL Bug #5722; implemented LOB support.
+
</notes>
<filelist>
@@ -42,7 +47,7 @@ </filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC2"/>
</deps>
</release>
</package>
|