<role>lead</role>\r
</maintainer>\r
</maintainers>\r
- <configureoptions>\r
+ <!-- configureoptions>\r
<configureoption name="with-pdo-sqlite" prompt="Path to your sqlite3 install"/>\r
-</configureoptions>\r
+</configureoptions -->\r
<description>\r
This extension provides an SQLite v3 driver for PDO.\r
- SQLite V3 is NOT compatible with the bundled SQLite in PHP 5, but is a significant\r
+ SQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant\r
step forwards, featuring complete utf-8 support, native support for blobs,\r
native support for prepared statements with bound parameters and improved\r
concurrency.\r
</description>\r
<license>PHP</license>\r
<release>\r
- <state>alpha</state>\r
- <version>0.1</version>\r
- <date>2004-09-19</date>\r
+ <state>beta</state>\r
+ <version>0.2</version>\r
+ <date>2005-02-09</date>\r
\r
<notes>\r
You need to install the PDO core module before you can make use of this one.\r
- You need to download and install SQLite V3 from http://sqlite.org to\r
- make use of this driver.\r
+ This package includes a bundled SQLite 3 library.\r
\r
- There is no windows binary available yet.\r
+ Windows binary: http://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll\r
</notes>\r
\r
<filelist>\r
\r
</filelist>\r
<deps>\r
- <dep type="php" rel="ge" version="5.0.1"/>\r
- <dep type="ext" rel="ge" name="pdo" version="0.1"/>\r
+ <dep type="php" rel="ge" version="5.0.3"/>\r
+ <dep type="ext" rel="ge" name="pdo" version="0.2"/>\r
</deps>\r
</release>\r
</package>\r
#include "php_pdo_sqlite_int.h"
#include "zend_exceptions.h"
-#define PHP_PDO_SQLITE_MODULE_VERSION "0.1-dev"
+#define PHP_PDO_SQLITE_MODULE_VERSION "0.2"
/* {{{ pdo_sqlite_functions[] */
function_entry pdo_sqlite_functions[] = {