Store verbose=1 in config file

This commit is contained in:
Tomas V.V.Cox 2003-07-03 07:08:21 +00:00
parent a136105e34
commit 14f70bb1b7

View File

@ -117,6 +117,7 @@ foreach ($install_files as $package => $instfile) {
}
$ui->outputData('Writing PEAR system config file at: ' . $config->files['system']);
$ui->outputData('You may want to add: ' . $config->get('php_dir') . ' to your php.ini include_path');
$config->set('verbose', 1, 'default');
foreach ($config->getKeys() as $key) {
$data[$key] = $config->get($key);
}