From: Wez Furlong Date: Tue, 1 Nov 2005 03:04:49 +0000 (+0000) Subject: prep for PECL release X-Git-Tag: RELEASE_1_0RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=872661b91d4001a5c8720e7c945f61cfd0e64432;p=php prep for PECL release --- 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 @@ - This extension provides a Mysql 3.x/4.x driver for PDO. + This extension provides a MySQL driver for PDO. PHP beta - 1.0RC1 - 2005-09-11 + 1.0RC2 + 2005-10-01 - 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 @@ -51,7 +61,7 @@ - + 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 @@ PHP beta - 1.0RC1 - 2005-09-11 + 1.0RC2 + 2005-11-01 - 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. + @@ -42,7 +47,7 @@ - +