wez Thu Nov 24 17:25:38 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo package.xml Log: prep for release http://cvs.php.net/diff.php/php-src/ext/pdo/package.xml?r1=1.19.2.4&r2=1.19.2.5&ty=u Index: php-src/ext/pdo/package.xml diff -u php-src/ext/pdo/package.xml:1.19.2.4 php-src/ext/pdo/package.xml:1.19.2.5 --- php-src/ext/pdo/package.xml:1.19.2.4 Mon Oct 31 21:44:11 2005 +++ php-src/ext/pdo/package.xml Thu Nov 24 17:25:37 2005 @@ -40,9 +40,9 @@ </description> <license>PHP</license> <release> - <state>beta</state> - <version>1.0RC2</version> - <date>2005-11-01</date> + <state>stable</state> + <version>1.0</version> + <date>2005-11-24</date> <notes> ** NOTE WELL! ** @@ -54,9 +54,7 @@ check http://pecl.php.net/package-search.php?pkg_name=PDO for a list of available PDO drivers. -It is highly recommended that you update to the latest stable PHP 5 snapshot -before using PDO. -You can obtain it from http://snaps.php.net. +It is highly recommended that you update to PHP 5.1 before using PDO. If you are running on Windows, you can find a precompiled binary at: http://pecl4win.php.net/ext.php/php_pdo.dll @@ -65,12 +63,15 @@ http://pecl4win.php.net ** Changes ** - - Changed PDO_XXX constants to PDO::XXX +- It is now possible to extend PDO and PDOStatement and override their constructors + +- Fixed Bug #35303; PDO::prepare() can cause crashes with invalid parameters +- Fixed Bug #35135; "new PDOStatement" can cause crashes. +- Fixed Bug #35293 and PECL Bug #5589; segfault when creating persistent connections - Fixed PECL Bug #5010, problem installing headers - renamed pdo_drivers() to PDO::getAvailableDrivers() - Various fixes when building with SPL -- It is now possible to extend PDO and PDOStatement and override their constructors - PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS) allows you to set your own PDOStatement replacement when extending PDO and PDOStatement - Fixed Bug #34687; error information from PDO::query() was not always returned
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php