</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! **
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
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