]> granicus.if.org Git - php/commitdiff
Pass raw data to frontend (Christian Dickmann)
authorTomas V.V.Cox <cox@php.net>
Tue, 5 Aug 2003 14:38:29 +0000 (14:38 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 5 Aug 2003 14:38:29 +0000 (14:38 +0000)
pear/PEAR/Command/Registry.php

index 31ebd8b65353061020b1df1ebd34e96560cc3999..e07526a5a63f5b4bc0df0f7e299b8f5a0fd02956 100644 (file)
@@ -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');
     }