Complete list of configure options

Note: These are only used at compile time. If you want to alter PHP's runtime configuration, please go to Configuration.

The following is a complete list of options supported by the PHP 3 and PHP 4 configure scripts, used when compiling in Unix-like environments. Some are available in PHP 3, some in PHP 4, and some in both, as noted. There are many options the names of which have changed between PHP 3 and PHP 4, but which accomplish the same things. These entries are cross-referenced to each other, so if you have a problem getting your PHP 3-era configuration options to work, check here to see whether the names have changed.

Database

--with-adabas[=DIR]

PHP 3, PHP 4: Include Adabas D support. DIR is the Adabas base install directory, defaults to /usr/local.

Adabas home page

--enable-dba=shared

PHP 3: Option not available in PHP 3

PHP 4: Build DBA as a shared module

--enable-dbase

PHP 3: Option not available; use --with-dbase instead.