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.
Nota: These are only used at compile time. If you want to alter PHP's runtime configuration, please see the chapter on Runtime Configuration.
Nota: 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.
L'estensione imagick è stata spostata da PECL a PEAR e può essere reperita qui. Le istruzioni per l'installazione possono essere reperite nel sito di PEAR.
Soltanto l'opzione --with-imagick è supportata da PHP 3 a meno di non seguire le istruzioni presenti nel sito di PEAR.
Compila con il simbolico per il debug.
Imposta come dovranno essere disposti i file installati. Utilizzare PHP (default) o GNU.
Installa PEAR in DIR (default PREFIX/lib/php).
Non installa PEAR.
Abilita la gestione del segnale SIGCHLD da parte di un modulo proprio del PHP.
Disabilità il passaggio di directory addizionali per la ricerche delle librerie.
Abilita esplicitamente il link nei confronti di libgcc.
Include il modulo sperimentale degli streams. Non utilizzarlo a meno di non volere eseguire dei test.
Specificare la directory di installzaione di zlib.
Abilita la propagazione trasparente dell'id di sessione. Questa opzione è valida per il PHP 4.1.2 o precedenti. Dalla versione 4.2.0 l'opzione trans-sid è sempre compilata.
Utilizza i threads POSIX (default).
Compila con librerie condivise [default=yes].
Compila con librerie statiche [default=yes].
Ottimizza per un'installazione rapida [default=yes].
Assume che il compilatore C utilizzi GNU ld [default=no].
Impedisce il locking (può interrompere compile parallele).
Tenta di utilizzare soltanto oggetti PIC/non-PIC [default=use both].
Compila con il supporto al limite di memoria.
Disabilita il supporto agli URL per fopen che permette l'accesso ai file via HTTP o FTP.
Esporta soltanto i simboli richiesti. Vedere INSTALL per maggiori dettagli.
Include il supporto a IMSp (DIR indica la directory con gli include di IMSP's e con libimsp.a. Soltanto PHP 3!
Include il supporto a Cybercash MCK. DIR è la directory di compila di cybercash mck, per default /usr/src/mck-3.2.0.3-linux, per informazioni vedere extra/cyberlib. Soltanto PHP 3!
Include il supporto DAV attraverso il mod_dav di Apache, DIR indica la directory di installazione di mod_dav (soltanto nella versione di PHP compilata come modulo di Apache!). Soltanto PHP 3!
Compila con le funzioni di debug remoto. Soltanto PHP 3!
Utilizza il sistema di versioning e scoping fornito da Solaris 2.x e Linux. Soltanto PHP 3!
Abilita la creazione di regole e dipendenze non utili (e qualche volta confuse) al normale utente.
Imposta il percorso nel quale cercare il php.ini, default PREFIX/lib.
Abilità la modalità sicura per default.
Abilita l'esecuzione in DIR quando la modalità sicura ha come default /usr/local/php/bin.
Abilita magic quotes per default.
Disabilita i tag abbreviati <? per default.
The following list contains the available SAPI&s (Server Application Programming Interface) for PHP.
Specify path to the installed AOLserver.
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.
Build a static Apache module. DIR is the top-level Apache build directory, defaults to /usr/local/apache.
Enable transfer tables for mod_charset (Russian Apache).
Build shared Apache 2.0 module. FILE is the optional pathname to the Apache apxs tool; defaults to apxs.
Build PHP as a Pike module for use with Caudium. DIR is the Caudium server dir, with the default value /usr/local/caudium/server.
Available with PHP 4.3.0. 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 building of the embedded SAPI library. TYPE is either shared or static, which defaults to shared. Available with PHP 4.3.0.
Build fhttpd module. DIR is the fhttpd sources directory, defaults to /usr/local/src/fhttpd. No longer available as of PHP 4.3.0.
Build PHP as an ISAPI module for use with Zeus.
Specify path to the installed Netscape/iPlanet/SunONE Webserver.
No information yet.
Build PHP as a module for use with Pi3Web.
Build PHP as a Pike module. DIR is the base Roxen directory, normally /usr/local/roxen/server.
Build the Roxen module using Zend Thread Safety.
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.
Build PHP as thttpd module.
Build PHP as a TUX module (Linux only).
Build PHP as a WebJames module (RISC OS only)
Disable building CGI version of PHP. Available with PHP 4.3.0.
Enable the security check for internal server redirects. You should use this if you are running the CGI version with Apache.
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.
Build PHP as FastCGI application. No longer available as of PHP 4.3.0, instead you should use --enable-fastcgi.
If this is enabled, the CGI module will be built with support for FastCGI also. Available since PHP 4.3.0
If this is disabled, paths such as /info.php/test?a=b will fail to work. Available since PHP 4.3.0. For more information see the Apache Manual.