mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
* add transactions member array (for queueing file transactions)
This commit is contained in:
parent
59f499228f
commit
b65e60b093
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue