summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-13 22:56:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-13 22:56:17 +0000
commitfbfbf32a4d7d1ac35aa9fb05809c1290aeeadb69 (patch)
treeb735adefb9c022392b09ae52b8612ae13c2cb695 /databases/Makefile
parentThis 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/Makefile1
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