mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Store verbose=1 in config file
This commit is contained in:
parent
a136105e34
commit
14f70bb1b7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user