Miscellaneous configure options
Below is a partial list of configure options used
by the PHP configure scripts when compiling in Unix-like
environments. Most configure options are listed in their
appropriate locations and not here. For a complete up-to-date
list of configure options, run ./configure
--help in your PHP source directory after running autoconf (see also the Installation chapter). You may also be interested in reading the
GNU configure documentation for information on additional
configure options such as --prefix=PREFIX.
Note: These are only used at compile time. If you want to alter PHP's runtime configuration,
please see the chapter on Runtime Configuration.
-
Graphics
-
Miscellaneous
-
PHP Behaviour
-
Server
Configure Options in PHP 4
Note: These options are only used in PHP 4 as of PHP 4.1.0. Some are available in
older versions of PHP 4, some even in PHP 3, some
only in PHP 4.1.0. If you want to compile an older
version, some options will probably not be available.
Graphics options
- --with-imagick
-
The imagick extension has been moved
to PECL in PEAR and can be found at http://pear.php.net/imagick.
Install instructions for PHP 4 can be found on
the PEAR site.
Simply doing --with-imagick is only supported in PHP 3 unless you follow the instructions found on the PEAR
site.
|