summaryrefslogtreecommitdiff
path: root/databases/php-sqlite3/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-sqlite3/pkg-descr')
-rw-r--r--databases/php-sqlite3/pkg-descr16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/php-sqlite3/pkg-descr b/databases/php-sqlite3/pkg-descr
deleted file mode 100644
index 3c70609d3967..000000000000
--- a/databases/php-sqlite3/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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/