summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-08-05 14:38:29 +0000
committerTomas V.V.Cox <cox@php.net>2003-08-05 14:38:29 +0000
commit6c93b3016528b9a7a58e8af94aa8ce6d271634f1 (patch)
tree6b4c3f8e5a4314bdc0888ad8d755700dfb5cb966
parentd3600ea63fb3d1b62bffbfedeec68cb620d42949 (diff)
downloadphp-git-6c93b3016528b9a7a58e8af94aa8ce6d271634f1.tar.gz
Pass raw data to frontend (Christian Dickmann)
-rw-r--r--pear/PEAR/Command/Registry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php
index 31ebd8b653..e07526a5a6 100644
--- a/pear/PEAR/Command/Registry.php
+++ b/pear/PEAR/Command/Registry.php
@@ -340,6 +340,7 @@ installed package.'
$key = ucwords(trim(str_replace('_', ' ', $key)));
$data['data'][] = array($key, $value);
}
+ $data['raw'] = $info;
$this->ui->outputData($data, 'package-info');
}