wez             Mon Oct 31 22:04:49 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pdo_oci        package.xml 
  Log:
  prep for PECL release
  
  
http://cvs.php.net/diff.php/php-src/ext/pdo_oci/package.xml?r1=1.4.2.1&r2=1.4.2.2&ty=u
Index: php-src/ext/pdo_oci/package.xml
diff -u php-src/ext/pdo_oci/package.xml:1.4.2.1 
php-src/ext/pdo_oci/package.xml:1.4.2.2
--- php-src/ext/pdo_oci/package.xml:1.4.2.1     Sun Sep 11 01:27:30 2005
+++ php-src/ext/pdo_oci/package.xml     Mon Oct 31 22:04:49 2005
@@ -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>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to