<license>PHP</license>\r
<release>\r
<state>beta</state>\r
- <version>0.2.1</version>\r
- <date>2005-02-10</date>\r
+ <version>0.2.2</version>\r
+ <date>2005-02-12</date>\r
\r
<notes>\r
You need to install the PDO core module before you can make use of this one.\r
\r
- setting PDO_ATTR_TIMEOUT controls the busy timeout\r
- Fixed PECL Bug #3391; cannot bind NULL parameters \r
+ - Fixed build problem when building the bundled sqlite library\r
</notes>\r
\r
<filelist>\r
#include "php_pdo_sqlite_int.h"
#include "zend_exceptions.h"
-#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.1"
+#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.2"
/* {{{ pdo_sqlite_functions[] */
function_entry pdo_sqlite_functions[] = {