summaryrefslogtreecommitdiffstats
path: root/libraries/adodb/README
diff options
context:
space:
mode:
author Niels Horn2010-09-21 12:13:09 +0200
committer Robby Workman2010-09-22 05:09:44 +0200
commit9f5d613d23d0ccc723ab7960bf0b885ef544ccca (patch)
treefbf51cc8353854174f56929c26a1564772c43fde /libraries/adodb/README
parentc5810e0d216ea12fe33fa5945b9bc0080366e6de (diff)
downloadslackbuilds-9f5d613d23d0ccc723ab7960bf0b885ef544ccca.tar.gz
libraries/adodb: Added (PHP database abstraction library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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