summaryrefslogtreecommitdiffstats
path: root/libraries/adodb/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/adodb/README')
-rw-r--r--libraries/adodb/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/adodb/README b/libraries/adodb/README
new file mode 100644
index 0000000000..25862e14f5
--- /dev/null
+++ b/libraries/adodb/README
@@ -0,0 +1,15 @@
+ADOdb is a database abstraction library for PHP. It supports MySQL,
+PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access,
+ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC,
+ODBTP.
+
+This SlackBuild uses the following defaults:
+* DOCROOT=/var/www/htdocs
+* PHPUSER=root
+* PHPGROUP=apache
+
+Change these at build time if preferred:
+
+ # DOCROOT=/your/preferred/directory \
+ PHPUSER=youruser PHPGROUP=yourgroup \
+ ./adodb.SlackBuild