1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/databases/pecl-PDO_SQLITE/pkg-descr
Pav Lucistnik fbfbf32a4d This extension provides an SQLite v3 driver for PDO.
SQLite V3 is NOT compatible with the bundled SQLite 2 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.

PR:		ports/86037
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2005-09-13 22:56:17 +00:00

8 lines
345 B
Plaintext

This extension provides an SQLite v3 driver for PDO.
SQLite V3 is NOT compatible with the bundled SQLite 2 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.
WWW: http://pecl.php.net/package/PDO_SQLITE