<license>PHP</license>
<release>
<state>beta</state>
- <version>0.2.3</version>
- <date>2005-02-13</date>
+ <version>0.2.4</version>
+ <date>2005-02-18</date>
<notes>
Note that PDO on its own is useless.
- Added PDO::quote($string). Closes PECL Bug #3393
- Fixed PDO::query() for drivers using bound parameter emulation.
- Fixed PECL Bug #3434, crash when using odbc with named parameters.
-
-* Note: this release bumps the API number; you will need to rebuild
- your PDO drivers
+- Added PDOStatement::fetchObject(string class_name [, NULL|array ctor_args]])
+- PDO_FETCH_CLASS now passes args through to the class constructor
+- Now builds directly via "pear install PDO" (upgrade to PEAR 1.3.5 first)
</notes>