-
--with-aolserver=DIR
-
Specify path to the installed AOLserver.
-
--with-apxs[=FILE]
-
Build shared Apache module. FILE is the optional pathname to the Apache
apxs tool; defaults to apxs. Make sure you specify the version of apxs that
is actually installed on your system and NOT the one that is in the apache
source tarball.
-
--with-apache[=DIR]
-
Build a static Apache module. DIR is the top-level Apache build directory,
defaults to /usr/local/apache.
-
--with-mod_charset
-
Enable transfer tables for mod_charset (Russian Apache).
-
--with-apxs2[=FILE]
-
Build shared Apache 2.0 module. FILE is the optional pathname to the Apache
apxs tool; defaults to apxs.
-
--with-caudium=DIR
-
Build PHP as a Pike module for use with Caudium. DIR is the Caudium server
dir, with the default value /usr/local/caudium/server.
-
--disable-cli
-
Disable building the CLI version of PHP (this
forces --without-pear).
More information is available in the section about
Using PHP from the command line.
-
--enable-phpdbg
-
Enable phpdbg interactive debugger SAPI module support in PHP 5.6.x or later.
-
--enable-embed[=TYPE]
-
Enable building of the embedded SAPI library. TYPE is either
shared or static, which
defaults to shared.
-
--with-isapi=DIR
-
Build PHP as an ISAPI module for use with Zeus.
-
--with-nsapi=DIR
-
Specify path to the installed Netscape/iPlanet/SunONE Webserver.
-
--with-phttpd=DIR
-
No information yet.
-
--with-pi3web=DIR
-
Build PHP as a module for use with Pi3Web.
-
--with-roxen=DIR
-
Build PHP as a Pike module. DIR is the base Roxen directory, normally
/usr/local/roxen/server.
-
--enable-roxen-zts
-
Build the Roxen module using Zend Thread Safety.
-
--with-servlet[=DIR]
-
Include servlet support. DIR is the base install directory for the JSDK.
This SAPI requires the java extension must be built as a shared dl.
-
--with-thttpd=SRCDIR
-
Build PHP as thttpd module.
-
--with-tux=MODULEDIR
-
Build PHP as a TUX module (Linux only).
-
--with-webjames=SRCDIR
-
Build PHP as a WebJames module (RISC OS only)
-
--disable-cgi
-
Disable building CGI version of PHP.
As of PHP 5.3.0 this argument enables FastCGI which previously
had to be enabled using --enable-fastcgi.
-
--enable-force-cgi-redirect
-
Enable the security check for internal server redirects. You should use
this if you are running the CGI version with Apache.
As of PHP 5.3.0 this argument is enabled by default and no longer
exists. To disable this, the
cgi.force_redirect ini directive
should be set to 0.
-
--enable-discard-path
-
If this is enabled, the PHP CGI binary can safely be placed outside of
the web tree and people will not be able to circumvent .htaccess
security.
As of PHP 5.3.0 this argument is disabled by default and no longer
exists. To enable this feature the cgi.discard_path ini directive
must be set to 1.
-
--enable-fastcgi
-
If this is enabled, the CGI module will be built with support for FastCGI
also.
As of PHP 5.3.0 this argument no longer exists and is enabled by
--enable-cgi instead.
-
--disable-path-info-check
-
If this is disabled, paths such as /info.php/test?a=b
will fail to work. For more information see the
» Apache Manual.