summaryrefslogtreecommitdiffstats
path: root/libraries/adodb/README
blob: e00555f36fbe5ab6fbf6f08dc81a797a543071a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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