From cbf03f1788150f08bd876820408fc75d81d33f1a Mon Sep 17 00:00:00 2001 From: Mark Kronsbein Date: Sun, 30 Dec 2001 15:07:17 +0000 Subject: [PATCH] Added missing options (also the ones from PHP3), fixed IDs. Thanx to Wolfgang, sorry to the rest. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66520 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 209 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 200 insertions(+), 9 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index 4d19637811..aee62fdae3 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -1119,7 +1119,7 @@ $ /usr/local/sbin/php4-enable - + --with-jpeg-dir[=DIR] @@ -1129,7 +1129,7 @@ $ /usr/local/sbin/php4-enable - + --with-tiff-dir[=DIR] @@ -1402,7 +1402,7 @@ $ /usr/local/sbin/php4-enable - + --with-jpeg-dir=DIR @@ -1412,7 +1412,7 @@ $ /usr/local/sbin/php4-enable - + --with-png-dir=DIR @@ -1939,7 +1939,8 @@ $ /usr/local/sbin/php4-enable Do not include Perl Compatible Regular Expressions support. - Use --with-pcre-regex=DIR to specify DIR where PCRE's include and library files are located, if not using bundled library. + Use --with-pcre-regex=DIR to specify DIR where PCRE's + include and library files are located, if not using bundled library. @@ -1955,7 +1956,7 @@ $ /usr/local/sbin/php4-enable - + --with-jpeg-dir[=DIR] @@ -1965,7 +1966,7 @@ $ /usr/local/sbin/php4-enable - + --with-png-dir[=DIR] @@ -1975,7 +1976,7 @@ $ /usr/local/sbin/php4-enable - + --with-tiff-dir[=DIR] @@ -2342,6 +2343,190 @@ $ /usr/local/sbin/php4-enable + + + --with-yaz[=DIR] + + + + Include YAZ support (ANSI/NISO Z39.50). + DIR is the YAZ bin install directory. + + + + + + --enable-memory-limit + + + + Compile with memory limit support. + + + + + + --disable-url-fopen-wrapper + + + + Disable the URL-aware fopen wrapper that allows + accessing files via http or ftp. + + + + + + --enable-versioning + + + + Export only required symbols. + See INSTALL for more information. + + + + + + + --disable-bcmath + + + + Compile without bc style precision math functions. + + + + + + --with-imsp[=DIR] + + + + Include IMSp support (DIR is IMSP's include dir and libimsp.a dir). + + + + + + --with-ftp + + + + Include FTP support. + + + + + + --without-gd + + + + Disable GD support. + + + + + + --with-imagick + + + + Include ImageMagick support. DIR is the install directory, and if left out, PHP will + try to find it on its own. [experimental]. + + + + + + --with-mck[=DIR] + + + + Include Cybercash MCK support. DIR is the cybercash + mck build directory, defaults to + /usr/src/mck-3.2.0.3-linux for help look in + extra/cyberlib. + + + + + + --disable-overload + + + + Disable user-space object overloading support. + + + + + + --enable-yp + + + + Include YP support. + + + + + + --with-zip + + + + Include ZIP support (requires zziplib >= 0.10.6). + + + + + + --with-mod-dav=DIR + + + + Include DAV support through Apache's mod_dav, + DIR is mod_dav's installation directory (Apache + module version only!) + + + + + + --disable-unified-odbc + + + + Disable unified ODBC support. Only applicable if + iODBC, Adabas, Solid, Velocis or a custom ODBC + interface is enabled. + + + + + + --enable-debugger + + + + Compile with remote debugging functions. + + + + + + --enable-versioning + + + + Take advantage of versioning and scoping + provided by Solaris 2.x and Linux. + + + + @@ -4374,8 +4559,14 @@ Service fn=php4_execute Servers-Other web servers PHP can be built to support a large number of web servers. Please + + see Server-related + options for a full list of server-related configure options. The PHP CGI binaries are compatible with almost all webservers supporting the CGI standard.