summaryrefslogtreecommitdiff
path: root/ext/sqlite/README
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-05-21 07:24:29 +0000
committerSVN Migration <svn@php.net>2003-05-21 07:24:29 +0000
commitb21c3233fa262bfb7569600429a0ca68aa213ba2 (patch)
tree2d1c0d741f31e22c45ef9c508f0f98cb4569bbc8 /ext/sqlite/README
parent2e34a6a9a6c4a115278735feade3564fd748735b (diff)
downloadphp-git-BEFORE_FD_REVERT.tar.gz
This commit was manufactured by cvs2svn to create tag 'BEFORE_FD_REVERT'.BEFORE_FD_REVERT
Diffstat (limited to 'ext/sqlite/README')
-rw-r--r--ext/sqlite/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/sqlite/README b/ext/sqlite/README
deleted file mode 100644
index 2f6cbb0f87..0000000000
--- a/ext/sqlite/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This is an extension for the SQLite Embeddable SQL Database Engine.
-http://www.sqlite.org/
-
-SQLite is a C library that implements an embeddable SQL database engine.
-Programs that link with the SQLite library can have SQL database access
-without running a separate RDBMS process.
-
-SQLite is not a client library used to connect to a big database server.
-SQLite is the server. The SQLite library reads and writes directly to and from
-the database files on disk
-
-
-
-vim:tw=78:et