From 532b26f806ef5dbabad6a7abaf1e3afed5cab535 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 11 Jan 2003 01:20:43 +0000 Subject: [PATCH] remove integrated configure options git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111389 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.configure.databases.xml | 254 +--------- chapters/install.configure.graphics.xml | 168 +------ chapters/install.configure.misc.xml | 571 ++--------------------- chapters/install.configure.xml | 7 +- chapters/install.configure.xml.xml | 59 +-- 5 files changed, 41 insertions(+), 1018 deletions(-) diff --git a/chapters/install.configure.databases.xml b/chapters/install.configure.databases.xml index 8e182ae270..d9b75d6924 100644 --- a/chapters/install.configure.databases.xml +++ b/chapters/install.configure.databases.xml @@ -1,98 +1,9 @@ - + Database options - - - --with-db - - - - Include old xDBM support (deprecated). - - - - - - --enable-dba=shared - - - - Build DBA as a shared module. - - - - - - --with-gdbm[=DIR] - - - - Include GDBM support. - - - - - - --with-ndbm[=DIR] - - - - Include NDBM support. - - - - - - --with-db2[=DIR] - - - - Include Berkeley DB2 support. - - - - - - --with-db3[=DIR] - - - - Include Berkeley DB3 support. - - - - - - --with-dbm[=DIR] - - - - Include DBM support. - - - - - - --with-cdb[=DIR] - - - - Include CDB support. - - - - - - --enable-dbase - - - - Enable the bundled dbase library. - - - + --with-dbplus @@ -103,111 +14,7 @@ - - - --enable-dbx - - - - Enable dbx. - - - - - - --with-fbsql[=DIR] - - - - Include FrontBase support. DIR is the FrontBase base directory. - - - - - - --enable-filepro - - - - Enable the bundled read-only filePro support. - - - - - - --with-fribidi[=DIR] - - - - Include fribidi support (requires FriBidi >=0.1.12). DIR is the fribidi - installation directory - default /usr/local/. - - - - - - --with-informix[=DIR] - - - - Include Informix support. DIR is the Informix base install directory, - defaults to nothing. - - - - - - --with-ingres[=DIR] - - - - Include Ingres II support. DIR is the Ingres base directory (default /II/ingres). - - - - - - --with-interbase[=DIR] - - - - Include InterBase support. DIR is the InterBase base install directory, - defaults to /usr/interbase. - - - - - - --with-msql[=DIR] - - - - Include mSQL support. DIR is the mSQL base install directory, defaults - to /usr/local/Hughes. - - - - - - --with-mysql[=DIR] - - - - Include MySQL support. DIR is the MySQL base directory. If unspecified, - the bundled MySQL library will be used. - - - - - - --with-oci8[=DIR] - - - - Include Oracle-oci8 support. Default DIR is ORACLE_HOME. - - - + --with-adabas[=DIR] @@ -361,60 +168,7 @@ - - - --with-oracle[=DIR] - - - - Include Oracle-oci7 support. Default DIR is ORACLE_HOME. - - - - - - --with-ovrimos[=DIR] - - - - Include Ovrimos SQL Server support. DIR is the Ovrimos' libsqlcli install directory. - - - - - - --with-pgsql[=DIR] - - - - Include PostgreSQL support. DIR is the PostgreSQL base install directory, - defaults to /usr/local/pgsql. Set DIR to shared to build as a dl, or - shared,DIR to build as a dl and still specify DIR. - - - - - - --with-sybase[=DIR] - - - - Include Sybase-DB support. DIR is the Sybase home directory, - defaults to /home/sybase. - - - - - - --with-sybase-ct[=DIR] - - - - Include Sybase-CT support. DIR is the Sybase home directory. - Defaults to /home/sybase. - - - + --disable-unified-odbc diff --git a/chapters/install.configure.graphics.xml b/chapters/install.configure.graphics.xml index d2c6aa84a1..8f4f848b23 100644 --- a/chapters/install.configure.graphics.xml +++ b/chapters/install.configure.graphics.xml @@ -1,172 +1,8 @@ - + Graphics options - - - --with-gd[=DIR] - - - - Include GD support (DIR is GD's install dir). Set DIR to shared to build as - a dl, or shared,DIR to build as a dl and still specify DIR. - - - - - - --enable-gd-native-ttf - - - - GD: Enable TrueType string function in gd. - - - - - - --with-jpeg-dir=DIR - - - - GD: Set the path to libjpeg install prefix. - - - - - - --with-png-dir=DIR - - - - GD: Set the path to libpng install prefix. - - - - - - --with-xpm-dir=DIR - - - - GD: Set the path to libXpm install prefix. - - - - - - --with-freetype-dir=DIR - - - - GD: Set the path to freetype2 install prefix. - - - - - - --with-ttf[=DIR] - - - - GD: Include FreeType 1.x support. - - - - - - --with-t1lib[=DIR] - - - - GD: Include T1lib support. - - - - - - --with-cpdflib[=DIR] - - - - Include cpdflib support (requires cpdflib >= 2). DIR is the cpdfllib install - directory, defaults to /usr. - - - - - - --with-jpeg-dir[=DIR] - - - - jpeg dir for cpdflib 2.x. - - - - - - --with-tiff-dir[=DIR] - - - - tiff dir for cpdflib 2.x. - - - - - - --with-pdflib[=DIR] - - - - Include PDFlib support. DIR is the pdflib base install directory, - defaults to /usr/local. Set DIR to shared to build as dl, or - shared,DIR to build as dl and still specify DIR. - - - - - - --with-jpeg-dir[=DIR] - - - - PDFLIB: define libjpeg install directory. - - - - - - --with-png-dir[=DIR] - - - - PDFLIB: define libpng install directory. - - - - - - --with-tiff-dir[=DIR] - - - - PDFLIB: define libtiff install directory. - - - - - - --with-swf[=DIR] - - - - Include swf support. - - - --without-gd @@ -220,4 +56,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +--> diff --git a/chapters/install.configure.misc.xml b/chapters/install.configure.misc.xml index bf7817209e..d3afcaf062 100644 --- a/chapters/install.configure.misc.xml +++ b/chapters/install.configure.misc.xml @@ -1,5 +1,5 @@ - + Misc options @@ -9,7 +9,8 @@ - Enable the security check for internal server redirects. You should use this + Enable the security check for internal server redirects. You should use +this if you are running the CGI version with Apache. @@ -20,7 +21,8 @@ - If this is enabled, the PHP CGI binary can safely be placed outside of the web + 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. @@ -51,7 +53,8 @@ - Sets how installed files will be laid out. Type is one of PHP (default) or GNU. + Sets how installed files will be laid out. Type is one of PHP (default) +or GNU. @@ -75,16 +78,7 @@ - - - --with-openssl[=DIR] - - - - Include OpenSSL support (requires OpenSSL >= 0.9.5). - - - + --enable-sigchild @@ -121,7 +115,8 @@ - Include experimental php streams. Do not use unless you are testing the code! + Include experimental php streams. Do not use unless you are testing the +code! @@ -135,16 +130,7 @@ - - - --with-zlib[=DIR] - - - - Include zlib support (requires zlib >= 1.0.9). DIR is the zlib install directory. - - - + --with-aspell[=DIR] @@ -155,36 +141,7 @@ - - - --enable-bcmath - - - - Enable bc style precision math functions. - - - - - - --with-bz2[=DIR] - - - - Include BZip2 support. - - - - - - --enable-calendar - - - - Enable support for calendar conversion. - - - + --with-ccvs[=DIR] @@ -195,36 +152,7 @@ - - - --with-crack[=DIR] - - - - Include crack support. - - - - - - --enable-ctype - - - - Enable ctype support. - - - - - - --with-curl[=DIR] - - - - Include CURL support. - - - + --with-cybercash[=DIR] @@ -235,87 +163,7 @@ - - - --with-cybermut[=DIR] - - - - Include CyberMut (French Credit Mutuel telepaiement). - - - - - - --with-cyrus - - - - Include cyrus IMAP support. - - - - - - --enable-exif - - - - Enable exif support. - - - - - - --with-fdftk[=DIR] - - - - Include fdftk support. - - - - - - --enable-ftp - - - - Enable FTP support. - - - - - - --with-gettext[=DIR] - - - - Include GNU gettext support. DIR is the gettext install directory, - defaults to /usr/local. - - - - - - --with-gmp - - - - Include gmp support. - - - - - - --with-hyperwave - - - - Include Hyperwave support. - - - + --with-icap[=DIR] @@ -326,46 +174,7 @@ - - - --with-iconv[=DIR] - - - - Include iconv support. - - - - - - --with-imap[=DIR] - - - - Include IMAP support. DIR is the c-client install prefix. - - - - - - --with-kerberos[=DIR] - - - - IMAP: Include Kerberos support. DIR is the Kerberos install dir. - - - - - - --with-imap-ssl[=DIR] - - - - IMAP: Include SSL support. DIR is the OpenSSL install dir. - - - + --with-ircg-config @@ -386,27 +195,7 @@ - - - --with-java[=DIR] - - - - Include Java support. DIR is the base install directory for the JDK. - This extension can only be built as a shared dl. - - - - - - --with-ldap[=DIR] - - - - Include LDAP support. DIR is the LDAP base install directory. - - - + --enable-mailparse @@ -417,68 +206,8 @@ - - - --enable-mbstring - - - - Enable multibyte string support. - - - - - - --enable-mbstr-enc-trans - - - - Enable japanese encoding translation. - - - - - - --with-mcal[=DIR] - - - - Include MCAL support. - - - - - - --with-mcrypt[=DIR] - - - - Include mcrypt support. DIR is the mcrypt install directory. - - - - - - --with-mhash[=DIR] - - - - Include mhash support. DIR is the mhash install directory. - - - - - - --with-mnogosearch[=DIR] - - - - Include mnoGoSearch support. DIR is the mnoGoSearch base install directory, - defaults to /usr/local/mnogosearch. - - - - + + --with-muscat[=DIR] @@ -488,108 +217,7 @@ - - - --with-ncurses - - - - Include ncurses support. - - - - - - --enable-pcntl - - - - Enable experimental pcntl support (CGI ONLY!) - - - - - - --without-pcre-regex - - - - 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. - - - - - - --with-pfpro[=DIR] - - - - Include Verisign Payflow Pro support. - - - - - - --disable-posix - - - - Disable POSIX-like functions. - - - - - - --with-pspell[=DIR] - - - - Include PSPELL support. - - - - - - --with-qtdom - - - - Include QtDOM support (requires Qt >= 2.2.0). - - - - - - --with-libedit[=DIR] - - - - Include libedit readline replacement. - - - - - - --with-readline[=DIR] - - - - Include readline support. DIR is the readline install directory. - - - - - - --with-recode[=DIR] - - - - Include recode support. DIR is the recode install directory. - - - + --with-satellite[=DIR] @@ -601,16 +229,7 @@ - - - --with-mm[=DIR] - - - - Include mm support for session storage. - - - + --enable-trans-sid @@ -621,68 +240,7 @@ - - - --disable-session - - - - Disable session support. - - - - - - --enable-shmop - - - - Enable shmop support. - - - - - - --with-snmp[=DIR] - - - - Include SNMP support. DIR is the SNMP base install directory, defaults to - searching through a number of common locations for the snmp install. Set DIR - to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR. - - - - - - --enable-ucd-snmp-hack - - - - Enable UCD SNMP hack. - - - - - - --enable-sockets - - - - Enable sockets support. - - - - - - --with-regex=TYPE - - - - regex library type: system, apache, php. - - - + --with-system-regex @@ -693,26 +251,7 @@ - - - --enable-sysvsem - - - - Enable System V semaphore support. - - - - - - --enable-sysvshm - - - - Enable the System V shared memory support. - - - + --with-vpopmail[=DIR] @@ -793,17 +332,7 @@ - - - --with-yaz[=DIR] - - - - Include YAZ support (ANSI/NISO Z39.50). - DIR is the YAZ bin install directory. - - - + --enable-memory-limit @@ -836,16 +365,7 @@ - - - --disable-bcmath - - - - Compile without bc style precision math functions. PHP 3 only! - - - + --with-imsp[=DIR] @@ -857,16 +377,7 @@ - - - --with-ftp - - - - Include FTP support. PHP 3 only! - - - + --with-mck[=DIR] @@ -880,37 +391,7 @@ - - - --disable-overload - - - - Disable user-space object overloading support. PHP 4 only! - - - - - - --enable-yp - - - - Include YP support. PHP 4 only! - - - - - - --with-zip - - - - Include ZIP support (requires zziplib >= 0.10.6). - PHP 4 only! - - - + --with-mod-dav=DIR diff --git a/chapters/install.configure.xml b/chapters/install.configure.xml index 9b7f60d142..0f5ce72825 100644 --- a/chapters/install.configure.xml +++ b/chapters/install.configure.xml @@ -1,5 +1,5 @@ - + Complete list of configure options @@ -77,12 +77,13 @@ Text and language ---> + XML + --> @@ -100,7 +101,9 @@ &chapters.install.configure.misc; &chapters.install.configure.php; &chapters.install.configure.servers; + diff --git a/chapters/install.configure.xml.xml b/chapters/install.configure.xml.xml index 6b5c54f177..aeefe1019b 100644 --- a/chapters/install.configure.xml.xml +++ b/chapters/install.configure.xml.xml @@ -1,60 +1,9 @@ - + XML options - - - - --with-dom[=DIR] - - - - Include DOM support (requires libxml >= 2.4.2). DIR is the libxml install - directory, defaults to /usr. - - - - - - --disable-xml - - - - Disable XML support using bundled expat lib. - - - - - - --with-expat-dir=DIR - - - - XML: external libexpat install dir. - - - - - - --with-xmlrpc[=DIR] - - - - Include XMLRPC-EPI support. - - - - - - --enable-wddx - - - - Enable WDDX support. - - - - + + \ No newline at end of file +-->