/usr/local/lib/php/PEAR/Command
NameSizeModeActions
Auth.php25700644editdlrm
Auth.xml12280644editdlrm
Build.php22620644editdlrm
Build.xml2600644editdlrm
Channels.php334440644editdlrm
Channels.xml42180644editdlrm
Common.php82210644editdlrm
Config.php154660644editdlrm
Config.xml33820644editdlrm
Install.php507590644editdlrm
Install.xml85740644editdlrm
Mirror.php45090644editdlrm
Mirror.xml6170644editdlrm
Package.php402060644editdlrm
Package.xml72220644editdlrm
Pickle.php158940644editdlrm
Pickle.xml11790644editdlrm
Registry.php462580644editdlrm
Registry.xml17900644editdlrm
Remote.php299820644editdlrm
Remote.xml33110644editdlrm
Test.php121350644editdlrm
Test.xml16410644editdlrm
Edit: /usr/local/lib/php/PEAR/Command/Config.xml (3382B)
Show All Settings doConfigShow csh c show configuration variables for another channel CHAN [layer] Displays all configuration values. An optional argument may be used to tell which configuration layer to display. Valid configuration layers are "user", "system" and "default". To display configurations for different channels, set the default_channel configuration variable and run config-show again. Show One Setting doConfigGet cg c show configuration variables for another channel CHAN <parameter> [layer] Displays the value of one configuration parameter. The first argument is the name of the parameter, an optional second argument may be used to tell which configuration layer to look in. Valid configuration layers are "user", "system" and "default". If no layer is specified, a value will be picked from the first layer that defines the parameter, in the order just specified. The configuration value will be retrieved for the channel specified by the default_channel configuration variable. Change Setting doConfigSet cs c show configuration variables for another channel CHAN <parameter> <value> [layer] Sets the value of one configuration parameter. The first argument is the name of the parameter, the second argument is the new value. Some parameters are subject to validation, and the command will fail with an error message if the new value does not make sense. An optional third argument may be used to specify in which layer to set the configuration parameter. The default layer is "user". The configuration value will be set for the current channel, which is controlled by the default_channel configuration variable. Show Information About Setting doConfigHelp ch [parameter] Displays help for a configuration parameter. Without arguments it displays help for all configuration parameters. Create a Default configuration file doConfigCreate coc w create a config file for a windows install <root path> <filename> Create a default configuration file with all directory configuration variables set to subdirectories of <root path>, and save it as <filename>. This is useful especially for creating a configuration file for a remote PEAR installation (using the --remoteconfig option of install, upgrade, and uninstall).