From f9ad7c6a53d73247221a4a47d8d599d7417f2d4d Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 12 May 2003 00:51:47 +0000 Subject: [PATCH] some configure options moved around some sapi configure options added rudiment version infos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126601 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.configure.misc.xml | 36 +------ chapters/install.configure.servers.xml | 128 ++++++++++++++++++++++++- 2 files changed, 126 insertions(+), 38 deletions(-) diff --git a/chapters/install.configure.misc.xml b/chapters/install.configure.misc.xml index 795ad1aa9a..295fb17f92 100644 --- a/chapters/install.configure.misc.xml +++ b/chapters/install.configure.misc.xml @@ -1,42 +1,8 @@ - + Misc options - - - --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. - - - - - - --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. - - - - - - --with-fastcgi - - - - Build PHP as FastCGI application. - - - --enable-debug diff --git a/chapters/install.configure.servers.xml b/chapters/install.configure.servers.xml index 7ba64a69e7..72c803064d 100644 --- a/chapters/install.configure.servers.xml +++ b/chapters/install.configure.servers.xml @@ -1,5 +1,5 @@ - + Server options @@ -58,13 +58,52 @@ + + + + --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). + Available with PHP 4.3.0. + + + + + + + --enable-embed[=TYPE] + + + + Enable building of the embedded SAPI library. TYPE is either shared or + static, which defaults to shared. Available with PHP 4.3.0. + + + + --with-fhttpd[=DIR] - Build fhttpd module. DIR is the fhttpd sources directory, defaults to /usr/local/src/fhttpd. + Build fhttpd module. DIR is the fhttpd sources directory, defaults to + /usr/local/src/fhttpd. No longer available as of PHP + 4.3.0. @@ -115,7 +154,7 @@ Build PHP as a Pike module. DIR is the base Roxen directory, normally - /usr/local/roxen/server. + /usr/local/roxen/server. @@ -150,6 +189,7 @@ + --with-tux=MODULEDIR @@ -160,6 +200,88 @@ + + + + --with-webjames=SRCDIR + + + + Build PHP as a WebJames module (RISC OS only) + + + + + + + --disable-cgi + + + + Disable building CGI version of PHP. Available with PHP 4.3.0. + + + + + + + --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. + + + + + + + --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 + .htaccesssecurity. + + + + + + + --with-fastcgi + + + + Build PHP as FastCGI application. No longer available as of PHP 4.3.0. + + + + + + + --enable-fastcgi + + + + If this is enabled, the CGI module will be built with support for fastcgi + also. Available since PHP 4.3.0 + + + + + + + --disable-path-info-check + + + + If this is disabled, paths such as /info.php/test?a=b will fail to work. + Available since PHP 4.3.0 + + +