summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-06 02:48:31 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-06 02:48:31 +0000
commit0a95ed3134930e5bce059f0c8c606f7852d0af31 (patch)
tree1de458949335b21f943a74ea354593f9d2eda308 /databases/Makefile
parent- pet portlint (diff)
php-sqlite3 is a PHP extension that lets you access SQLite3 databases
within your scripts. PHP4 and PHP5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still alpha-quality. Please test and report if it works for you and if you have ideas on how it can be enhanced. Current (or planned) features include: * In-memory databases support * UTF-16 encoding * User-level SQL functions * PEAR::DB driver class WWW: http://php-sqlite3.sourceforge.net/ PR: ports/103681 Submitted by: Simon Cornelius P. Umacob <simoncpu at infoweapons.com>
Notes
Notes: svn path=/head/; revision=174611
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 ccc7329ac569..1809854071a3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -328,6 +328,7 @@
SUBDIR += pgpool
SUBDIR += pgtop
SUBDIR += pgworksheet
+ SUBDIR += php-sqlite3
SUBDIR += php-sqlrelay
SUBDIR += php4-dba
SUBDIR += php4-dbase