From: Wez Furlong Date: Sun, 19 Sep 2004 19:50:06 +0000 (+0000) Subject: Add package.xml X-Git-Tag: PRE_NEW_VM_GEN_PATCH~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb5e0d6d123047d88c2cb781477c2e26ea27d164;p=php Add package.xml (not quite ready for release) --- diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml new file mode 100755 index 0000000000..2087c27f80 --- /dev/null +++ b/ext/pdo_sqlite/package.xml @@ -0,0 +1,54 @@ + + + + PDO_SQLITE + SQLite v3 Interface driver for PDO + + + wez + Wez Furlong + wez@php.net + lead + + + + + + + This extension provides an SQLite v3 driver for PDO. + SQLite V3 is NOT compatible with the bundled SQLite in PHP 5, but is a significant + step forwards, featuring complete utf-8 support, native support for blobs, + native support for prepared statements with bound parameters and improved + concurrency. + + PHP + + alpha + 0.1 + 2004-09-19 + + + You need to install the PDO core module before you can make use of this one. + You need to download and install SQLite V3 from http://sqlite.org to + make use of this driver. + + There is no windows binary available yet. + + + + + + + + + + + + + + + + + + +