mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
3a927e1443
Signed-off-by: B. Watson <yalhcru@gmail.com>
15 lines
481 B
Text
15 lines
481 B
Text
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
|