diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 21c268d2911..e97a9cabc50 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -86,6 +86,11 @@ class PEAR_Installer extends PEAR_Common */ var $registry; + /** List of file transactions queued for an install/upgrade/uninstall. + * @var array + */ + var $transactions = array(); + // }}} // {{{ constructor