diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:56:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:56:17 +0000 |
commit | fbfbf32a4d7d1ac35aa9fb05809c1290aeeadb69 (patch) | |
tree | b735adefb9c022392b09ae52b8612ae13c2cb695 /databases/Makefile | |
parent | This is PHP extension which provides an PostgreSQL driver for PDO. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=142649
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d40ea41c788e..d643cc98b54e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -249,6 +249,7 @@ SUBDIR += pecl-PDO SUBDIR += pecl-PDO_MYSQL SUBDIR += pecl-PDO_PGSQL + SUBDIR += pecl-PDO_SQLITE SUBDIR += pecl-memcache SUBDIR += pecl-sqlite SUBDIR += pgaccess |