mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
* initialize pkginfo with an empty provides array
This commit is contained in:
parent
7461f1f45a
commit
165604818c
@ -751,7 +751,7 @@ class PEAR_Common extends PEAR
|
||||
xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false);
|
||||
|
||||
$this->element_stack = array();
|
||||
$this->pkginfo = array();
|
||||
$this->pkginfo = array('provides' => array());
|
||||
$this->current_element = false;
|
||||
unset($this->dir_install);
|
||||
$this->pkginfo['filelist'] = array();
|
||||
|
Loading…
Reference in New Issue
Block a user