mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
* user system/user config rather than default value
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$reg = new PEAR_Registry;
|
||||
$reg = new PEAR_Registry($script_dir);
|
||||
$installed = $reg->packageInfo();
|
||||
$i = $j = 0;
|
||||
heading("Installed packages:");
|
||||
@@ -17,4 +17,4 @@ foreach ($installed as $package) {
|
||||
$package['version'], $package['release_state']);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user