slackbuilds/libraries/adodb
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README libraries/adodb: Updated for version 5.14. 2011-11-26 09:08:07 -06:00
adodb.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
adodb.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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