mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00

Compiles under Linux (--enable-dbx) and Windows. Supports MySQL and ODBC modules (more to be added later). @ Added dbx module (database abstraction) to the repository. (Marc)
7 lines
162 B
Text
7 lines
162 B
Text
|
|
PHP_ARG_ENABLE(dbx,whether to enable dbx support,
|
|
[ --enable-dbx Enable dbx])
|
|
|
|
if test "$PHP_DBX" != "no"; then
|
|
PHP_EXTENSION(dbx, $ext_shared)
|
|
fi
|