From 872661b91d4001a5c8720e7c945f61cfd0e64432 Mon Sep 17 00:00:00 2001
From: Wez Furlong <wez@php.net>
Date: Tue, 1 Nov 2005 03:04:49 +0000
Subject: [PATCH] prep for PECL release

---
 ext/pdo_mysql/package.xml | 22 ++++++++++++++++------
 ext/pdo_oci/package.xml   | 21 +++++++++++++--------
 2 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/ext/pdo_mysql/package.xml b/ext/pdo_mysql/package.xml
index 9277b82ed2..82afd6e236 100644
--- a/ext/pdo_mysql/package.xml
+++ b/ext/pdo_mysql/package.xml
@@ -25,17 +25,27 @@
 
  </maintainers>
  <description>
-  This extension provides a Mysql 3.x/4.x driver for PDO.
+  This extension provides a MySQL driver for PDO.
  </description>
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>1.0RC1</version>
-  <date>2005-09-11</date>
+  <version>1.0RC2</version>
+  <date>2005-10-01</date>
 
   <notes>
-   Much more robust, featuring native prepared statements and multi-rowset
-   query support.
+** Changes **
+- Improved error detection for OPTIMIZE queries
+- Added PDO::MYSQL_ATTR_LOCAL_INFILE, PDO::MYSQL_ATTR_INIT_COMMAND,
+  PDO::MYSQL_ATTR_READ_DEFAULT_FILE, PDO::MYSQL_ATTR_READ_DEFAULT_GROUP
+- Improved error reporting when using native prepared statements
+- Fixed PECL Bug #5193: improved bounds checking when calling getColumnMeta()
+- Fixed Bug #34630: improved (emulated) LOB support
+- Fixed Bug #34623: crash when selecting longtext fields
+- Fixed PECL Bug #5802; is_null flag was sticking
+- Fixed PECL Bug #5645; added mysql client library version information to phpinfo() output.
+
+Windows binaries can be found at http://pecl4win.php.net/ext.php/php_pdo_mysql.dll
   </notes>
 
   <filelist>
@@ -51,7 +61,7 @@
   </filelist>
   <deps>
    <dep type="php" rel="ge" version="5.0.3"/>
-   <dep type="ext" name="pdo" rel="ge" version="1.0RC1"/>
+   <dep type="ext" name="pdo" rel="ge" version="1.0RC2"/>
   </deps>
  </release>
 </package>
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>
-- 
2.40.0