bin_dir |
Directory where executables are installed |
/usr/bin |
doc_dir |
Directory where documentation is installed |
/usr/lib/php/docs |
ext_dir |
Directory where loadable extensions are
installed |
./ |
php_dir |
Directory where PHP files are installed (like PEAR
files) |
/usr/lib/php |
cache_dir |
PEAR installer cache directory, and used by
XMLRPC |
/tmp/pear/cache |
data_dir |
Directory where data files are installed |
/usr/lib/php/data |
php_bin |
The PHP CLI or CGI binary for executing scripts |
/usr/bin/php |
test_dir |
Directory where regression tests are installed |
/usr/lib/php/tests |
cache_ttk |
Number of seconds that the local cache is used, and not
updated (Time To Kill) |
3600 |
preferred_state |
Preferred package state: stable, beta, alpha, devel, or
snapshot |
stable |
umask |
umask used when creating files (Unix-like systems
only) |
22 |
verbose |
Debug log level: 0-3 where 3 is full debug
mode. |
1 |
http_proxy |
The optional HTTP proxy address (host:port) used when
downloading packages |
|
remote_config |
Remote configuration file, used to mirror a local
installation on a remote server through ftp. (PEAR
1.4+) |
|
auto_discover |
Auto-discover new channels from command line or
dependencies |
0 |
default_channel |
Default channel (PEAR 1.4+) |
pear.php.net (pecl.php.net if using the pecl
command) |
preferred_mirror |
Preferred channel mirror (PEAR 1.4+) |
pear.php.net (pecl.php.net if using the pecl
command) |
master_server |
PEAR server [deprecated in PEAR 1.4+] |
pear.php.net |
password |
PEAR password (used by maintainers) |
|
sig_bin |
Signature handling program |
/sw/bin/gpg |
sig_keydir |
Signature key directory |
/etc/pearkeys |
sig_keyid |
The key used for signing |
|
sig_type |
Package signature type (only gpg) |
gpg |
username |
PEAR username (used by maintainers) |
|