mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
fix a problem with the propagation of baseinstalldir and role
This commit is contained in:
@@ -199,8 +199,6 @@ class PEAR_Common extends PEAR
|
||||
switch ($name) {
|
||||
case 'DIR':
|
||||
array_pop($this->dir_names);
|
||||
unset($this->dir_install);
|
||||
unset($this->dir_role);
|
||||
break;
|
||||
case 'FILE':
|
||||
$path = '';
|
||||
|
||||
Reference in New Issue
Block a user